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 237 of file OP_NodeParms.h.

Constructor & Destructor Documentation

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

Definition at line 240 of file OP_NodeParms.h.

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

Definition at line 248 of file OP_NodeParms.h.

Member Function Documentation

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

Definition at line 254 of file OP_NodeParms.h.

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

Definition at line 256 of file OP_NodeParms.h.

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

Definition at line 255 of file OP_NodeParms.h.

Member Data Documentation

exint OP_NodeParms::TempIndex::mySize
protected

Definition at line 263 of file OP_NodeParms.h.

const exint* OP_NodeParms::TempIndex::myVec
protected

Definition at line 262 of file OP_NodeParms.h.


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