HDK
|
#include <GEO_AttributeIndexPairs.h>
Public Member Functions | |
GEO_RWAttributeCapturePath (GEO_Detail *gdp, GEO_Detail::CaptureType type=GEO_Detail::CAPTURE_BONE) | |
void | setPath (int i, const char *path) const |
Public Member Functions inherited from GEO_AttributeCapturePath | |
GEO_AttributeCapturePath () | |
GEO_AttributeCapturePath (const GEO_Detail *gdp, GEO_Detail::CaptureType type=GEO_Detail::CAPTURE_BONE) | |
void | reset (const GEO_Detail *gdp, GEO_Detail::CaptureType type=GEO_Detail::CAPTURE_BONE) |
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 () |
Additional Inherited Members | |
Protected Attributes inherited from GEO_AttributeCapturePath | |
const GA_Attribute * | myAttrib |
const GA_AIFIndexPair * | myIndexPair |
Definition at line 62 of file GEO_AttributeIndexPairs.h.
|
inline |
Definition at line 65 of file GEO_AttributeIndexPairs.h.