HDK
|
#include "pxr/pxr.h"
#include "pxr/base/tf/api.h"
#include "pxr/base/tf/pyIdentity.h"
#include <hboost/python/handle.hpp>
#include <hboost/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 hboost::python::object | Tf_FindPythonObject (void const *objPtr, std::type_info const &type) |
TF_API hboost::python::object Tf_FindPythonObject | ( | void const * | objPtr, |
std::type_info const & | type | ||
) |
void Tf_RegisterPythonObjectFinder | ( | ) |
Definition at line 61 of file pyObjectFinder.h.
TF_API void Tf_RegisterPythonObjectFinderInternal | ( | std::type_info const & | type, |
Tf_PyObjectFinderBase const * | finder | ||
) |