/* ----------------------------------------------------------------------------- * python.swg * * Python configuration module. * ----------------------------------------------------------------------------- */ /* bool type in python is too much generic, we invert order for proper resolution. */ #undef SWIG_TYPECHECK_BOOL %define SWIG_TYPECHECK_BOOL 10000 %enddef /* ----------------------------------------------------------------------------- * The runtime part * ----------------------------------------------------------------------------- */ %include /* ----------------------------------------------------------------------------- * Special user directives * ----------------------------------------------------------------------------- */ %include /* ----------------------------------------------------------------------------- * Inner macros (ugly ones) * ----------------------------------------------------------------------------- */ %include /* ----------------------------------------------------------------------------- * Look for user fragments file. If not found, include empty system one. * ----------------------------------------------------------------------------- */ %include "pyfragments.swg" /* ----------------------------------------------------------------------------- * Typemap specializations * ----------------------------------------------------------------------------- */ %include %include %include %include %include %include %include %include %include %include %include /* ------------------------------------------------------------ * Overloaded operator support * ------------------------------------------------------------ */ %include /* ------------------------------------------------------------ * Warnings for Python keywords * ------------------------------------------------------------ */ %include /* ------------------------------------------------------------ * The Python autodoc support * ------------------------------------------------------------ */ %include /* ------------------------------------------------------------ * The Python initialization function * ------------------------------------------------------------ */ %include