HDK
|
#include <OP_NodeParms.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 232 of file OP_NodeParms.h.
|
inline |
Definition at line 235 of file OP_NodeParms.h.
|
inline |
Definition at line 243 of file OP_NodeParms.h.
Definition at line 249 of file OP_NodeParms.h.
Definition at line 251 of file OP_NodeParms.h.
Definition at line 250 of file OP_NodeParms.h.
|
protected |
Definition at line 258 of file OP_NodeParms.h.
|
protected |
Definition at line 257 of file OP_NodeParms.h.