HDK
|
#include <SIM_PhysicalParms.h>
Public Member Functions | |
SIM_PropertyResolverVelAtPosition (const SIM_Object *obj, bool usesdfhistory, bool usegeohistory, fpreal integrateovertime) | |
SIM_PropertyResolver * | copy () const override |
Duplicates this. More... | |
fpreal | getF (const UT_Vector3 &pos) override |
UT_Vector3 | getV3 (const UT_Vector3 &pos) override |
bool | threadsafe () const override |
Sometimes despite our best efforts the lookup isn't threadsafe. More... | |
Public Member Functions inherited from SIM_PropertyResolver | |
SIM_PropertyResolver () | |
virtual | ~SIM_PropertyResolver () |
Protected Attributes | |
const SIM_Object * | myObject |
bool | myUseSDF |
bool | myUseGeo |
fpreal | myIntegrate |
Definition at line 203 of file SIM_PhysicalParms.h.
|
inline |
Definition at line 206 of file SIM_PhysicalParms.h.
|
inlineoverridevirtual |
Duplicates this.
Implements SIM_PropertyResolver.
Definition at line 217 of file SIM_PhysicalParms.h.
|
inlineoverridevirtual |
Implements SIM_PropertyResolver.
Definition at line 222 of file SIM_PhysicalParms.h.
|
overridevirtual |
Implements SIM_PropertyResolver.
|
inlineoverridevirtual |
Sometimes despite our best efforts the lookup isn't threadsafe.
Reimplemented from SIM_PropertyResolver.
Definition at line 225 of file SIM_PhysicalParms.h.
|
protected |
Definition at line 229 of file SIM_PhysicalParms.h.
|
protected |
Definition at line 227 of file SIM_PhysicalParms.h.
|
protected |
Definition at line 228 of file SIM_PhysicalParms.h.
|
protected |
Definition at line 228 of file SIM_PhysicalParms.h.