#include "pxr/pxr.h"
#include "pxr/base/tf/api.h"
#include "pxr/base/tf/pyObjWrapper.h"
#include "pxr/base/tf/type.h"
#include "pxr/external/boost/python/class.hpp"
#include "pxr/external/boost/python/def_visitor.hpp"
Go to the source code of this file.
TF_API TfType TfType_DefinePythonTypeAndBases |
( |
const pxr_boost::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.