#include <GU_GroomUtils.h>
|
| | GU_RWWeightArrayPairHandle ()=default |
| |
| | GU_RWWeightArrayPairHandle (GEO_Detail &detail, GA_AttributeOwner attrib_owner, const UT_StringHolder &key_attrib_name, const UT_StringHolder &weight_attrib_name) |
| |
| bool | bind (GEO_Detail &detail, GA_AttributeOwner attrib_owner, const UT_StringHolder &key_attrib_name, const UT_StringHolder &weight_attrib_name) |
| |
| void | bind (GA_Attribute *key_attrib, GA_Attribute *weight_attrib) |
| |
| bool | isValid () const |
| |
| GA_Attribute * | keyAttrib () const |
| |
| GA_Attribute * | weightAttrib () const |
| |
| void | set (GA_Offset primoff, const UT_StringArray &names, const UT_FloatArray &weights) |
| |
| void | bumpDataIds () |
| |
Public Member Functions inherited from GU_ROWeightArrayPairHandle |
| | 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 () |
| |
Definition at line 1183 of file GU_GroomUtils.h.
| GU_RWWeightArrayPairHandle::GU_RWWeightArrayPairHandle |
( |
| ) |
|
|
default |
| void GU_RWWeightArrayPairHandle::bumpDataIds |
( |
| ) |
|
|
inline |
| bool GU_RWWeightArrayPairHandle::isValid |
( |
| ) |
const |
|
inline |
| GA_Attribute* GU_RWWeightArrayPairHandle::keyAttrib |
( |
| ) |
const |
|
inline |
| GA_Attribute* GU_RWWeightArrayPairHandle::weightAttrib |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: