#include <SIM_PhysicalParms.h>

Public Member Functions | |
| SIM_PropertyResolverNearestPoint (const SIM_PointTree *pttree, const SIM_Geometry *geo, const char *attribname, const UT_DMatrix4 &worldtogdp) | |
| virtual | ~SIM_PropertyResolverNearestPoint () |
| virtual SIM_PropertyResolver * | copy () const |
| Duplicates this. | |
| virtual fpreal | getF (const UT_Vector3 &pos) |
| virtual UT_Vector3 | getV3 (const UT_Vector3 &pos) |
| const GEO_Point * | getPt (const UT_Vector3 &pos) |
Protected Attributes | |
| GU_ConstDetailHandle | myGdpHandle |
| GEO_AttributeHandle | myAttrib |
| UT_DMatrix4 | myWorldToGdp |
| GEO_PointTree * | myPointTree |
| ut_KDPQueue * | myQueue |
Definition at line 84 of file SIM_PhysicalParms.h.
| SIM_PropertyResolverNearestPoint::SIM_PropertyResolverNearestPoint | ( | const SIM_PointTree * | pttree, | |
| const SIM_Geometry * | geo, | |||
| const char * | attribname, | |||
| const UT_DMatrix4 & | worldtogdp | |||
| ) |
| virtual SIM_PropertyResolverNearestPoint::~SIM_PropertyResolverNearestPoint | ( | ) | [virtual] |
| virtual SIM_PropertyResolver* SIM_PropertyResolverNearestPoint::copy | ( | ) | const [virtual] |
| virtual fpreal SIM_PropertyResolverNearestPoint::getF | ( | const UT_Vector3 & | pos | ) | [virtual] |
Implements SIM_PropertyResolver.
| const GEO_Point* SIM_PropertyResolverNearestPoint::getPt | ( | const UT_Vector3 & | pos | ) |
| virtual UT_Vector3 SIM_PropertyResolverNearestPoint::getV3 | ( | const UT_Vector3 & | pos | ) | [virtual] |
Implements SIM_PropertyResolver.
Definition at line 101 of file SIM_PhysicalParms.h.
Definition at line 100 of file SIM_PhysicalParms.h.
Definition at line 103 of file SIM_PhysicalParms.h.
ut_KDPQueue* SIM_PropertyResolverNearestPoint::myQueue [protected] |
Definition at line 104 of file SIM_PhysicalParms.h.
Definition at line 102 of file SIM_PhysicalParms.h.
1.5.9