#include <SIM_PhysicalParms.h>

Public Member Functions | |
| SIM_PropertyResolver () | |
| virtual | ~SIM_PropertyResolver () |
| virtual SIM_PropertyResolver * | copy () const =0 |
| Duplicates this. | |
| virtual fpreal | getF (const UT_Vector3 &pos)=0 |
| virtual UT_Vector3 | getV3 (const UT_Vector3 &pos)=0 |
| virtual bool | threadsafe () const |
| Sometimes despite our best efforts the lookup isn't threadsafe. | |
Definition at line 51 of file SIM_PhysicalParms.h.
| SIM_PropertyResolver::SIM_PropertyResolver | ( | ) | [inline] |
Definition at line 54 of file SIM_PhysicalParms.h.
| virtual SIM_PropertyResolver::~SIM_PropertyResolver | ( | ) | [inline, virtual] |
Definition at line 55 of file SIM_PhysicalParms.h.
| virtual SIM_PropertyResolver* SIM_PropertyResolver::copy | ( | ) | const [pure virtual] |
Duplicates this.
Implemented in SIM_PropertyResolverConstant, SIM_PropertyResolverNearestPoint, SIM_PropertyResolverField, SIM_PropertyResolverMotion, and SIM_PropertyResolverVelAtPosition.
| virtual fpreal SIM_PropertyResolver::getF | ( | const UT_Vector3 & | pos | ) | [pure virtual] |
| virtual UT_Vector3 SIM_PropertyResolver::getV3 | ( | const UT_Vector3 & | pos | ) | [pure virtual] |
| virtual bool SIM_PropertyResolver::threadsafe | ( | ) | const [inline, virtual] |
Sometimes despite our best efforts the lookup isn't threadsafe.
Reimplemented in SIM_PropertyResolverVelAtPosition.
Definition at line 64 of file SIM_PhysicalParms.h.
1.5.9