HDK
|
#include <SOP_CaptureData.h>
Public Member Functions | |
SOP_CaptureData () | |
virtual | ~SOP_CaptureData () |
void | initialize (const OP_Node *node, const GU_Detail *gudp, GEO_Detail::CaptureType t=GEO_Detail::CAPTURE_BONE) |
void | destroy () |
void | dirtyCache () |
bool | updateRegionColors (OP_Context &context, const GU_Detail *skel_input_gdp=nullptr) |
bool | updateRegionSOPPaths () |
const UT_ValArray< const UT_Vector3 * > & | getRegionColors (OP_Context &context, const GU_Detail *skel_input_gdp=nullptr) |
const char * | getRegionPath (int path_index) |
int | getNumRegions () |
const char * | getSOPPath (int path_index) |
Definition at line 27 of file SOP_CaptureData.h.
SOP_CaptureData::SOP_CaptureData | ( | ) |
|
virtual |
void SOP_CaptureData::destroy | ( | ) |
void SOP_CaptureData::dirtyCache | ( | ) |
|
inline |
Definition at line 57 of file SOP_CaptureData.h.
|
inline |
Definition at line 42 of file SOP_CaptureData.h.
|
inline |
Definition at line 50 of file SOP_CaptureData.h.
|
inline |
Definition at line 65 of file SOP_CaptureData.h.
void SOP_CaptureData::initialize | ( | const OP_Node * | node, |
const GU_Detail * | gudp, | ||
GEO_Detail::CaptureType | t = GEO_Detail::CAPTURE_BONE |
||
) |
bool SOP_CaptureData::updateRegionColors | ( | OP_Context & | context, |
const GU_Detail * | skel_input_gdp = nullptr |
||
) |
bool SOP_CaptureData::updateRegionSOPPaths | ( | ) |