#include <SIM_PhysicalParms.h>

Public Member Functions | |
| SIM_PropertyResolverVelAtPosition (const SIM_Object *obj, bool usesdfhistory, bool usegeohistory, fpreal integrateovertime) | |
| virtual SIM_PropertyResolver * | copy () const |
| Duplicates this. | |
| virtual fpreal | getF (const UT_Vector3 &pos) |
| virtual UT_Vector3 | getV3 (const UT_Vector3 &pos) |
| virtual bool | threadsafe () const |
| Sometimes despite our best efforts the lookup isn't threadsafe. | |
Protected Attributes | |
| const SIM_Object * | myObject |
| bool | myUseSDF |
| bool | myUseGeo |
| fpreal | myIntegrate |
Definition at line 144 of file SIM_PhysicalParms.h.
| SIM_PropertyResolverVelAtPosition::SIM_PropertyResolverVelAtPosition | ( | const SIM_Object * | obj, | |
| bool | usesdfhistory, | |||
| bool | usegeohistory, | |||
| fpreal | integrateovertime | |||
| ) | [inline] |
Definition at line 147 of file SIM_PhysicalParms.h.
| virtual SIM_PropertyResolver* SIM_PropertyResolverVelAtPosition::copy | ( | ) | const [inline, virtual] |
Duplicates this.
Implements SIM_PropertyResolver.
Definition at line 158 of file SIM_PhysicalParms.h.
| virtual fpreal SIM_PropertyResolverVelAtPosition::getF | ( | const UT_Vector3 & | pos | ) | [inline, virtual] |
| virtual UT_Vector3 SIM_PropertyResolverVelAtPosition::getV3 | ( | const UT_Vector3 & | pos | ) | [virtual] |
Implements SIM_PropertyResolver.
| virtual bool SIM_PropertyResolverVelAtPosition::threadsafe | ( | ) | const [inline, virtual] |
Sometimes despite our best efforts the lookup isn't threadsafe.
Reimplemented from SIM_PropertyResolver.
Definition at line 166 of file SIM_PhysicalParms.h.
fpreal SIM_PropertyResolverVelAtPosition::myIntegrate [protected] |
Definition at line 170 of file SIM_PhysicalParms.h.
const SIM_Object* SIM_PropertyResolverVelAtPosition::myObject [protected] |
Definition at line 168 of file SIM_PhysicalParms.h.
bool SIM_PropertyResolverVelAtPosition::myUseGeo [protected] |
Definition at line 169 of file SIM_PhysicalParms.h.
bool SIM_PropertyResolverVelAtPosition::myUseSDF [protected] |
Definition at line 169 of file SIM_PhysicalParms.h.
1.5.9