HDK
|
#include <SOP_NodeVerb.h>
Public Member Functions | |
TempIndex (std::initializer_list< exint > list) | |
TempIndex (const UT_ExintArray &list) | |
const exint * | begin () const |
exint | size () const |
exint | operator[] (const exint off) const |
Protected Attributes | |
const exint * | myVec |
exint | mySize |
This makes a temporary index structure out of either an initializer list or an exint array. It does NOT own the data so should never be explicitly constructed.
Definition at line 255 of file SOP_NodeVerb.h.
|
inline |
Definition at line 258 of file SOP_NodeVerb.h.
|
inline |
Definition at line 266 of file SOP_NodeVerb.h.
Definition at line 272 of file SOP_NodeVerb.h.
Definition at line 274 of file SOP_NodeVerb.h.
Definition at line 273 of file SOP_NodeVerb.h.
|
protected |
Definition at line 281 of file SOP_NodeVerb.h.
Definition at line 280 of file SOP_NodeVerb.h.