|
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 245 of file OP_NodeParms.h.
|
inline |
Definition at line 248 of file OP_NodeParms.h.
|
inline |
Definition at line 256 of file OP_NodeParms.h.
Definition at line 262 of file OP_NodeParms.h.
Definition at line 264 of file OP_NodeParms.h.
Definition at line 263 of file OP_NodeParms.h.
|
protected |
Definition at line 271 of file OP_NodeParms.h.
|
protected |
Definition at line 270 of file OP_NodeParms.h.