#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) |
| bool | updateRegionSOPPaths () |
| const UT_PtrArray< const UT_Vector3 * > & | getRegionColors (OP_Context &context) |
| const char * | getRegionPath (int path_index) |
| int | getNumRegions () |
| const char * | getSOPPath (int path_index) |
Definition at line 36 of file SOP_CaptureData.h.
| SOP_CaptureData::SOP_CaptureData | ( | ) |
| virtual SOP_CaptureData::~SOP_CaptureData | ( | ) | [virtual] |
| void SOP_CaptureData::destroy | ( | ) |
| void SOP_CaptureData::dirtyCache | ( | ) |
| int SOP_CaptureData::getNumRegions | ( | ) | [inline] |
Definition at line 66 of file SOP_CaptureData.h.
| const UT_PtrArray<const UT_Vector3 *>& SOP_CaptureData::getRegionColors | ( | OP_Context & | context | ) | [inline] |
Definition at line 51 of file SOP_CaptureData.h.
| const char* SOP_CaptureData::getRegionPath | ( | int | path_index | ) | [inline] |
Definition at line 59 of file SOP_CaptureData.h.
| const char* SOP_CaptureData::getSOPPath | ( | int | path_index | ) | [inline] |
Definition at line 74 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 | ) |
| bool SOP_CaptureData::updateRegionSOPPaths | ( | ) |
1.5.9