HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
wrapTypeHelpers.h File Reference
#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>
+ Include dependency graph for wrapTypeHelpers.h:
+ This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

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.