HDK
|
#include "pxr/pxr.h"
#include "pxr/base/tf/api.h"
#include "pxr/base/tf/pyPtrHelpers.h"
#include "pxr/base/tf/pyUtils.h"
#include "pxr/base/tf/singleton.h"
#include "pxr/base/tf/weakPtr.h"
#include <hboost/python/class.hpp>
#include <hboost/python/default_call_policies.hpp>
#include <hboost/python/def_visitor.hpp>
#include <hboost/python/raw_function.hpp>
#include <functional>
#include <string>
Go to the source code of this file.
Classes | |
struct | Tf_PySingleton::Visitor |
Namespaces | |
Tf_PySingleton | |
Functions | |
TF_API bp::object | Tf_PySingleton::_DummyInit (bp::tuple const &, bp::dict const &) |
template<class T > | |
TfWeakPtr< T > | Tf_PySingleton::GetWeakPtr (T &t) |
template<class T > | |
TfWeakPtr< T > | Tf_PySingleton::GetWeakPtr (T const &t) |
template<class T > | |
TfWeakPtr< T > | Tf_PySingleton::GetWeakPtr (TfWeakPtr< T > const &t) |
template<typename PtrType > | |
PtrType | Tf_PySingleton::_GetSingletonWeakPtr (bp::object const &) |
TF_API std::string | Tf_PySingleton::_Repr (bp::object const &self, std::string const &prefix) |
TF_API Tf_PySingleton::Visitor | TfPySingleton () |
TF_API Tf_PySingleton::Visitor | TfPySingleton (std::string const &reprPrefix) |
TF_API Tf_PySingleton::Visitor TfPySingleton | ( | ) |
TF_API Tf_PySingleton::Visitor TfPySingleton | ( | std::string const & | reprPrefix | ) |