HDK
|
This class provides a convenient abstraction of the contents of an index pair attribute for a single const element. More...
#include <GEO_AttributeIndexPairs.h>
Public Member Functions | |
GEO_ConstAttributeIndexPairs (GA_Offset elem_off, const GA_ROAttributeRef &ref) | |
GEO_ConstAttributeIndexPairs (GA_Offset elem_off, const GA_Attribute *attrib, const GA_AIFIndexPair *aifindexpair) | |
~GEO_ConstAttributeIndexPairs () | |
Destructor. More... | |
int32 | getEntryIndex (int n) const |
fpreal32 | getEntryValue (int n, int component=0) const |
void | getEntry (int n, int32 &index, fpreal32 &value) const |
void | bind (GA_Offset elem_off, const GA_Attribute *attrib, const GA_AIFIndexPair *aifindexpair) |
void | bind (GA_Offset elem_off, const GA_ROAttributeRef &ref) |
This class provides a convenient abstraction of the contents of an index pair attribute for a single const element.
Definition at line 149 of file GEO_AttributeIndexPairs.h.
|
inline |
No Default constructor. An instance must always be bound.
Definition at line 154 of file GEO_AttributeIndexPairs.h.
|
inline |
Definition at line 156 of file GEO_AttributeIndexPairs.h.
|
inline |
Destructor.
Definition at line 162 of file GEO_AttributeIndexPairs.h.
|
inline |
Bind a element
Definition at line 167 of file GEO_AttributeIndexPairs.h.
void GEO_ConstAttributeIndexPairs::bind | ( | GA_Offset | elem_off, |
const GA_ROAttributeRef & | ref | ||
) |
Bind a element
Definition at line 179 of file GEO_AttributeIndexPairs.h.