HDK
|
#include <DOP_FullPathData.h>
Public Member Functions | |
DOP_FullPathData () | |
DOP_FullPathData (const SIM_FullPathData &src) | |
const SIM_Position * | getBestPosition () const |
GU_ConstDetailHandle | getBestGeometry (UT_DMatrix4 &xform) const |
bool | operator== (const DOP_FullPathData &cmp) const |
void | clear () |
Static Public Member Functions | |
static const SIM_Position * | getBestPosition (const SIM_RootData *rootdata, const SIM_Data *data, const char *dataname) |
static GU_ConstDetailHandle | getBestGeometry (UT_DMatrix4 &xform, const SIM_RootData *rootdata, const SIM_Data *data, const char *dataname, fpreal simtime, const bool doceflush=true) |
Public Attributes | |
OP_Node * | myNode = nullptr |
DOP_Parent * | myParent = nullptr |
const SIM_RootData * | myRootData = nullptr |
const SIM_Data * | myData = nullptr |
UT_String | myDataName |
fpreal | myGlobalTime = 0 |
Definition at line 34 of file DOP_FullPathData.h.
|
inline |
Definition at line 37 of file DOP_FullPathData.h.
|
inlineexplicit |
Definition at line 42 of file DOP_FullPathData.h.
|
inline |
Definition at line 80 of file DOP_FullPathData.h.
|
static |
GU_ConstDetailHandle DOP_FullPathData::getBestGeometry | ( | UT_DMatrix4 & | xform | ) | const |
|
inlinestatic |
Definition at line 50 of file DOP_FullPathData.h.
|
inline |
Definition at line 57 of file DOP_FullPathData.h.
|
inline |
Definition at line 71 of file DOP_FullPathData.h.
const SIM_Data* DOP_FullPathData::myData = nullptr |
Definition at line 93 of file DOP_FullPathData.h.
UT_String DOP_FullPathData::myDataName |
Definition at line 94 of file DOP_FullPathData.h.
fpreal DOP_FullPathData::myGlobalTime = 0 |
Definition at line 97 of file DOP_FullPathData.h.
OP_Node* DOP_FullPathData::myNode = nullptr |
Definition at line 90 of file DOP_FullPathData.h.
DOP_Parent* DOP_FullPathData::myParent = nullptr |
Definition at line 91 of file DOP_FullPathData.h.
const SIM_RootData* DOP_FullPathData::myRootData = nullptr |
Definition at line 92 of file DOP_FullPathData.h.