13 # pragma warning(disable:4231) // nonstandard extension used 'extern'
15 # pragma warning(disable:4251) // needs to have dll-interface used by client
16 # pragma warning(disable:4275) // non dll-interface struct
17 # pragma warning(disable:4800) // 'int' : forcing value to bool
24 #include <boost/python.hpp>
26 using namespace hippodraw::Python;
27 using namespace boost::python;
void exportToPython()
Exports HippoDraw C++ classes to Python.
BOOST_PYTHON_MODULE(hippo)
Creates a Python extension module for HippoDraw.
Declaration of functions exporting HippoDraw classes to Python with Boost.Python. ...