HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
OP_NodeParms::TempIndex Class Reference

#include <OP_NodeParms.h>

Public Member Functions

 TempIndex (std::initializer_list< exint > list)
 
 TempIndex (const UT_ExintArray &list)
 
const exintbegin () const
 
exint size () const
 
exint operator[] (const exint off) const
 

Protected Attributes

const exintmyVec
 
exint mySize
 

Detailed Description

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.

Constructor & Destructor Documentation

OP_NodeParms::TempIndex::TempIndex ( std::initializer_list< exint list)
inline

Definition at line 235 of file OP_NodeParms.h.

OP_NodeParms::TempIndex::TempIndex ( const UT_ExintArray list)
inline

Definition at line 243 of file OP_NodeParms.h.

Member Function Documentation

const exint* OP_NodeParms::TempIndex::begin ( void  ) const
inline

Definition at line 249 of file OP_NodeParms.h.

exint OP_NodeParms::TempIndex::operator[] ( const exint  off) const
inline

Definition at line 251 of file OP_NodeParms.h.

exint OP_NodeParms::TempIndex::size ( void  ) const
inline

Definition at line 250 of file OP_NodeParms.h.

Member Data Documentation

exint OP_NodeParms::TempIndex::mySize
protected

Definition at line 258 of file OP_NodeParms.h.

const exint* OP_NodeParms::TempIndex::myVec
protected

Definition at line 257 of file OP_NodeParms.h.


The documentation for this class was generated from the following file: