|
HDK
|
#include <GEO_AttributeIndexPairs.h>
Inheritance diagram for GEO_AttributeCapturePath:Public Member Functions | |
| GEO_AttributeCapturePath () | |
| GEO_AttributeCapturePath (const GEO_Detail *gdp, GEO_Detail::CaptureType type=GEO_Detail::CAPTURE_BONE, const UT_StringRef &attrib_name=UT_StringHolder::theEmptyString) | |
| void | reset (const GA_Attribute *capt_attrib, GEO_Detail::CaptureType type=GEO_Detail::CAPTURE_BONE) |
| void | reset (const GEO_Detail *gdp, GEO_Detail::CaptureType type=GEO_Detail::CAPTURE_BONE, const UT_StringRef &attrib_name=UT_StringHolder::theEmptyString) |
| bool | isValid () const |
| int | getNumPaths () const |
| const char * | getPath (int i) const |
| UT_StringRef | getPathRef (int i) const |
| int | getIndex (const char *path) const |
| void | clear () |
Protected Attributes | |
| const GA_Attribute * | myAttrib |
| const GA_AIFIndexPair * | myIndexPair |
Definition at line 23 of file GEO_AttributeIndexPairs.h.
|
inline |
Definition at line 26 of file GEO_AttributeIndexPairs.h.
|
inline |
Definition at line 31 of file GEO_AttributeIndexPairs.h.
| void GEO_AttributeCapturePath::clear | ( | ) |
| int GEO_AttributeCapturePath::getIndex | ( | const char * | path | ) | const |
| int GEO_AttributeCapturePath::getNumPaths | ( | ) | const |
|
inline |
Definition at line 49 of file GEO_AttributeIndexPairs.h.
|
inline |
Definition at line 55 of file GEO_AttributeIndexPairs.h.
|
inline |
Definition at line 47 of file GEO_AttributeIndexPairs.h.
| void GEO_AttributeCapturePath::reset | ( | const GA_Attribute * | capt_attrib, |
| GEO_Detail::CaptureType | type = GEO_Detail::CAPTURE_BONE |
||
| ) |
| void GEO_AttributeCapturePath::reset | ( | const GEO_Detail * | gdp, |
| GEO_Detail::CaptureType | type = GEO_Detail::CAPTURE_BONE, |
||
| const UT_StringRef & | attrib_name = UT_StringHolder::theEmptyString |
||
| ) |
|
protected |
Definition at line 68 of file GEO_AttributeIndexPairs.h.
|
protected |
Definition at line 69 of file GEO_AttributeIndexPairs.h.