|
HDK
|
#include <GU_GroomUtils.h>
Inheritance diagram for GU_ROWeightArrayPairHandle:Public Member Functions | |
| GU_ROWeightArrayPairHandle ()=default | |
| GU_ROWeightArrayPairHandle (const GEO_Detail &detail, GA_AttributeOwner attrib_owner, const UT_StringHolder &key_attrib_name, const UT_StringHolder &weight_attrib_name) | |
| bool | bind (const GEO_Detail &detail, GA_AttributeOwner attrib_owner, const UT_StringHolder &key_attrib_name, const UT_StringHolder &weight_attrib_name) |
| void | bind (const GA_Attribute *key_attrib, const GA_Attribute *weight_attrib) |
| bool | isValid () const |
| const GA_Attribute * | keyAttrib () const |
| const GA_Attribute * | weightAttrib () const |
| const GA_AIFNumericArray * | indexArray () const |
| const GA_AIFSharedStringArray * | nameArray () const |
| const GA_AIFNumericArray * | weightArray () const |
| void | setAIFArrays () |
Protected Member Functions | |
| bool | bindImpl (GEO_Detail &detail, GA_AttributeOwner attrib_owner, const UT_StringHolder &key_attrib_name, const UT_StringHolder &weight_attrib_name) |
| void | bindImpl (GA_Attribute *key_attrib, GA_Attribute *weight_attrib) |
Protected Attributes | |
| const GA_AIFNumericArray * | myIndexArray = nullptr |
| const GA_AIFSharedStringArray * | myNameArray = nullptr |
| const GA_AIFNumericArray * | myWeightArray = nullptr |
| GA_Attribute * | myKeyAttrib = nullptr |
| GA_Attribute * | myWeightAttrib = nullptr |
Definition at line 1070 of file GU_GroomUtils.h.
|
default |
|
inline |
Definition at line 1075 of file GU_GroomUtils.h.
|
inline |
Definition at line 1084 of file GU_GroomUtils.h.
|
inline |
Definition at line 1093 of file GU_GroomUtils.h.
|
inlineprotected |
Definition at line 1153 of file GU_GroomUtils.h.
|
inlineprotected |
Definition at line 1182 of file GU_GroomUtils.h.
|
inline |
Definition at line 1121 of file GU_GroomUtils.h.
|
inline |
Definition at line 1103 of file GU_GroomUtils.h.
|
inline |
Definition at line 1109 of file GU_GroomUtils.h.
|
inline |
Definition at line 1127 of file GU_GroomUtils.h.
|
inline |
Definition at line 1138 of file GU_GroomUtils.h.
|
inline |
Definition at line 1133 of file GU_GroomUtils.h.
|
inline |
Definition at line 1115 of file GU_GroomUtils.h.
|
protected |
Definition at line 1192 of file GU_GroomUtils.h.
|
protected |
Definition at line 1196 of file GU_GroomUtils.h.
|
protected |
Definition at line 1193 of file GU_GroomUtils.h.
|
protected |
Definition at line 1194 of file GU_GroomUtils.h.
|
protected |
Definition at line 1197 of file GU_GroomUtils.h.