|
HDK
|
#include <SIM_PhysicalParms.h>
Inheritance diagram for SIM_PropertyResolverNearestPoint:Public Member Functions | |
| SIM_PropertyResolverNearestPoint (const SIM_PointTree *pttree, const SIM_Geometry *geo, const char *attribname, const UT_DMatrix4 &worldtogdp) | |
| ~SIM_PropertyResolverNearestPoint () override | |
| SIM_PropertyResolver * | copy () const override |
| Duplicates this. More... | |
| fpreal | getF (const UT_Vector3 &pos) override |
| UT_Vector3 | getV3 (const UT_Vector3 &pos) override |
| GA_Offset | getPtOff (const UT_Vector3 &pos) |
Public Member Functions inherited from SIM_PropertyResolver | |
| SIM_PropertyResolver () | |
| virtual | ~SIM_PropertyResolver () |
| virtual bool | threadsafe () const |
| Sometimes despite our best efforts the lookup isn't threadsafe. More... | |
Protected Attributes | |
| GU_ConstDetailHandle | myGdpHandle |
| const GU_Detail * | myGdp |
| GA_ROHandleF | myAttrib |
| GA_ROHandleV3 | myAttribV3 |
| UT_DMatrix4 | myWorldToGdp |
| GEO_PointTree * | myPointTree |
| SIM_Detail::KDPQueuePtr | myQueue |
Definition at line 110 of file SIM_PhysicalParms.h.
| SIM_PropertyResolverNearestPoint::SIM_PropertyResolverNearestPoint | ( | const SIM_PointTree * | pttree, |
| const SIM_Geometry * | geo, | ||
| const char * | attribname, | ||
| const UT_DMatrix4 & | worldtogdp | ||
| ) |
|
override |
|
overridevirtual |
Duplicates this.
Implements SIM_PropertyResolver.
|
overridevirtual |
Implements SIM_PropertyResolver.
| GA_Offset SIM_PropertyResolverNearestPoint::getPtOff | ( | const UT_Vector3 & | pos | ) |
|
overridevirtual |
Implements SIM_PropertyResolver.
|
protected |
Definition at line 128 of file SIM_PhysicalParms.h.
|
protected |
Definition at line 129 of file SIM_PhysicalParms.h.
|
protected |
Definition at line 127 of file SIM_PhysicalParms.h.
|
protected |
Definition at line 126 of file SIM_PhysicalParms.h.
|
protected |
Definition at line 131 of file SIM_PhysicalParms.h.
|
protected |
Definition at line 132 of file SIM_PhysicalParms.h.
|
protected |
Definition at line 130 of file SIM_PhysicalParms.h.