hippomodule.cxx

Go to the documentation of this file.
00001 
00012 #ifdef _MSC_VER
00013 # pragma warning(disable:4231)  // nonstandard extension used 'extern'
00014                                 // before...
00015 # pragma warning(disable:4251)  // needs to have dll-interface used by client
00016 # pragma warning(disable:4275)  // non dll-interface struct
00017 # pragma warning(disable:4800)  // 'int' : forcing value to bool
00018                                 // 'true' or 'false' (performance
00019                                 // warning)
00020 #endif
00021 
00022 #include "exportToPython.h"
00023 
00024 #include <boost/python.hpp>
00025 
00026 using namespace hippodraw::Python;
00027 using namespace boost::python;
00028 
00037 BOOST_PYTHON_MODULE(hippo)
00038 {
00039   exportToPython ();
00040 }

Generated for HippoDraw Class Library by doxygen