|
HDK
|
#include "pxr/pxr.h"#include "pxr/base/vt/api.h"#include "pxr/base/vt/arrayEdit.h"#include "pxr/base/vt/arrayEditBuilder.h"#include "pxr/base/vt/types.h"#include "pxr/base/vt/wrapArray.h"#include "pxr/external/boost/python/class.hpp"#include <string>
Include dependency graph for wrapArrayEdit.h:Go to the source code of this file.
Macros | |
| #define | VT_WRAP_ARRAY_EDIT(unused, elem) VtWrapArrayEdit<VtArrayEdit< VT_TYPE(elem) > >(); |
Functions | |
| template<class ArrayEdit > | |
| PXR_NAMESPACE_OPEN_SCOPE void | VtWrapArrayEdit () |
| #define VT_WRAP_ARRAY_EDIT | ( | unused, | |
| elem | |||
| ) | VtWrapArrayEdit<VtArrayEdit< VT_TYPE(elem) > >(); |
Definition at line 97 of file wrapArrayEdit.h.
| PXR_NAMESPACE_OPEN_SCOPE void VtWrapArrayEdit | ( | ) |
Definition at line 24 of file wrapArrayEdit.h.