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> Declaration of functions exporting HippoDraw classes to Python with Boost.Python. ...
BOOST_PYTHON_MODULE(hippo)
Creates a Python extension module for HippoDraw.
A namespace encapsulating functions to interface HippoDraw classes to Python using Boost...
void exportToPython()
Exports HippoDraw C++ classes to Python.