HDK
|
#include "pxr/pxr.h"
#include "pxr/base/tf/api.h"
#include "pxr/base/tf/pyObjWrapper.h"
#include "pxr/base/tf/type.h"
#include <hboost/python/class.hpp>
#include <hboost/python/def_visitor.hpp>
Go to the source code of this file.
Classes | |
struct | TfType_WrapHelpers::_PythonClass |
struct | TfTypePythonClass |
Namespaces | |
TfType_WrapHelpers | |
Functions | |
TF_API TfType | TfType_DefinePythonTypeAndBases (const hboost::python::object &classObj) |
TF_API TfType TfType_DefinePythonTypeAndBases | ( | const hboost::python::object & | classObj | ) |
A helper for wrapping C++ types. This method defines a TfType for the given python class object, and also recursively defines TfTypes for all the Python bases if necessary.