38 #ifndef IECOREHOUDINI_COREHOUDINI_H
39 #define IECOREHOUDINI_COREHOUDINI_H
44 #include "boost/python.hpp"
46 #include "GU/GU_DetailHandle.h"
48 #include "IECore/Object.h"
59 static void initPython();
62 static void import(
const std::string &module );
65 static boost::python::object &globalContext()
67 return g_globalContext;
71 static boost::python::object evalPython(
const std::string &cmd );
75 static boost::python::object g_globalContext;
78 static bool g_initialized;
83 #endif // IECOREHOUDINI_COREHOUDINI_H
The IECoreHoudini namespace holds all the functionality of libIECoreHoudini.
Definition: CoreHoudini.h:51