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 258 of file SOP_NodeVerb.h.
|
inline |
Definition at line 261 of file SOP_NodeVerb.h.
|
inline |
Definition at line 269 of file SOP_NodeVerb.h.
Definition at line 275 of file SOP_NodeVerb.h.
Definition at line 277 of file SOP_NodeVerb.h.
Definition at line 276 of file SOP_NodeVerb.h.
|
protected |
Definition at line 284 of file SOP_NodeVerb.h.
Definition at line 283 of file SOP_NodeVerb.h.