7 #ifndef PXR_BASE_TF_PY_INTERPRETER_H
8 #define PXR_BASE_TF_PY_INTERPRETER_H
16 #include "pxr/external/boost/python/handle.hpp"
17 #include "pxr/external/boost/python/object.hpp"
57 extern pxr_boost::python::handle<>
78 extern pxr_boost::python::handle<>
86 #endif // PXR_BASE_TF_PY_INTERPRETER_H
GT_API const UT_StringHolder filename
PXR_NAMESPACE_OPEN_SCOPE TF_API void TfPyInitialize()
TF_API pxr_boost::python::handle TfPyRunFile(const std::string &filename, int start, pxr_boost::python::object const &globals=pxr_boost::python::object(), pxr_boost::python::object const &locals=pxr_boost::python::object())
PXR_NAMESPACE_CLOSE_SCOPE PXR_NAMESPACE_OPEN_SCOPE
#define PXR_NAMESPACE_CLOSE_SCOPE
TF_API int TfPyRunSimpleString(const std::string &cmd)
TF_API pxr_boost::python::handle TfPyRunString(const std::string &cmd, int start, pxr_boost::python::object const &globals=pxr_boost::python::object(), pxr_boost::python::object const &locals=pxr_boost::python::object())