24 #ifndef PXR_BASE_TF_PY_INTERPRETER_H
25 #define PXR_BASE_TF_PY_INTERPRETER_H
33 #include <hboost/python/handle.hpp>
34 #include <hboost/python/object.hpp>
74 extern hboost::python::handle<>
95 extern hboost::python::handle<>
103 #endif // PXR_BASE_TF_PY_INTERPRETER_H
GT_API const UT_StringHolder filename
TF_API hboost::python::handle TfPyRunString(const std::string &cmd, int start, hboost::python::object const &globals=hboost::python::object(), hboost::python::object const &locals=hboost::python::object())
GLsizei const GLchar *const * string
PXR_NAMESPACE_OPEN_SCOPE TF_API void TfPyInitialize()
PXR_NAMESPACE_CLOSE_SCOPE PXR_NAMESPACE_OPEN_SCOPE
#define PXR_NAMESPACE_CLOSE_SCOPE
TF_API hboost::python::handle TfPyRunFile(const std::string &filename, int start, hboost::python::object const &globals=hboost::python::object(), hboost::python::object const &locals=hboost::python::object())
TF_API int TfPyRunSimpleString(const std::string &cmd)