HDK
|
#include <GT_GEOSupport.h>
Public Member Functions | |
GT_GEOSizeList () | |
GT_GEOSizeList (const GT_GEOSizeList &src) | |
~GT_GEOSizeList () | |
void | clear () |
void | append (GT_Size item) |
bool | is32Bit () const |
GT_Size | min () const |
GT_Size | max () const |
GT_Size | entries () const |
GT_Size | size () const |
GT_Size | get (exint i) const |
void | set (exint i, GA_Size value) |
void | setMin (GA_Size value) |
void | setMax (GA_Size value) |
GT_Size | operator() (exint i) const |
GT_Size | operator[] (exint i) const |
void | reserve (exint numtoadd, bool setentries=false) |
void | concat (const GT_GEOSizeList &src) |
GT_DataArrayHandle | allocateArray () const |
void | dump (const char *msg="", bool full=true) const |
Debug. More... | |
Simple wrapper on an array of sizes, provides a method to allocate a GT_DataArray.
Definition at line 119 of file GT_GEOSupport.h.
|
inline |
Definition at line 122 of file GT_GEOSupport.h.
|
inline |
Definition at line 127 of file GT_GEOSupport.h.
GT_GEOSizeList::~GT_GEOSizeList | ( | ) |
GT_DataArrayHandle GT_GEOSizeList::allocateArray | ( | ) | const |
Definition at line 140 of file GT_GEOSupport.h.
|
inline |
Definition at line 135 of file GT_GEOSupport.h.
void GT_GEOSizeList::concat | ( | const GT_GEOSizeList & | src | ) |
void GT_GEOSizeList::dump | ( | const char * | msg = "" , |
bool | full = true |
||
) | const |
Debug.
|
inline |
Definition at line 156 of file GT_GEOSupport.h.
Definition at line 158 of file GT_GEOSupport.h.
|
inline |
Definition at line 153 of file GT_GEOSupport.h.
|
inline |
Definition at line 155 of file GT_GEOSupport.h.
|
inline |
Definition at line 154 of file GT_GEOSupport.h.
Definition at line 163 of file GT_GEOSupport.h.
Definition at line 164 of file GT_GEOSupport.h.
Definition at line 165 of file GT_GEOSupport.h.
Definition at line 160 of file GT_GEOSupport.h.
Definition at line 162 of file GT_GEOSupport.h.
Definition at line 161 of file GT_GEOSupport.h.
Definition at line 157 of file GT_GEOSupport.h.