HDK
|
#include <pyListOp.h>
Public Types | |
typedef T::ItemType | ItemType |
typedef T::ItemVector | ItemVector |
typedef SdfPyWrapListOp< T > | This |
Public Member Functions | |
SdfPyWrapListOp (const std::string &name) | |
Helper class for wrapping SdfListOp objects for Python. The template parameter is the specific SdfListOp type being wrapped (e.g., SdfPathListOp)
Definition at line 44 of file pyListOp.h.
typedef T::ItemType SdfPyWrapListOp< T >::ItemType |
Definition at line 46 of file pyListOp.h.
typedef T::ItemVector SdfPyWrapListOp< T >::ItemVector |
Definition at line 47 of file pyListOp.h.
typedef SdfPyWrapListOp<T> SdfPyWrapListOp< T >::This |
Definition at line 49 of file pyListOp.h.
|
inline |
Definition at line 51 of file pyListOp.h.