HDK
|
#include "pxr/pxr.h"
#include "pxr/base/tf/api.h"
#include "pxr/base/tf/pyIdentity.h"
#include "pxr/external/boost/python/handle.hpp"
#include "pxr/external/boost/python/object.hpp"
#include <typeinfo>
Go to the source code of this file.
Classes | |
struct | Tf_PyObjectFinderBase |
struct | Tf_PyObjectFinder< T, PtrType > |
Functions | |
TF_API void | Tf_RegisterPythonObjectFinderInternal (std::type_info const &type, Tf_PyObjectFinderBase const *finder) |
template<class T , class PtrType > | |
void | Tf_RegisterPythonObjectFinder () |
TF_API pxr_boost::python::object | Tf_FindPythonObject (void const *objPtr, std::type_info const &type) |
TF_API pxr_boost::python::object Tf_FindPythonObject | ( | void const * | objPtr, |
std::type_info const & | type | ||
) |
void Tf_RegisterPythonObjectFinder | ( | ) |
Definition at line 44 of file pyObjectFinder.h.
TF_API void Tf_RegisterPythonObjectFinderInternal | ( | std::type_info const & | type, |
Tf_PyObjectFinderBase const * | finder | ||
) |