|
HDK
|
#include <SIM_PhysicalParms.h>
Inheritance diagram for SIM_PropertyResolverConstant:Public Member Functions | |
| SIM_PropertyResolverConstant (fpreal v) | |
| SIM_PropertyResolverConstant (UT_Vector3 v) | |
| SIM_PropertyResolver * | copy () const override |
| Duplicates this. More... | |
| fpreal | getF (const UT_Vector3 &pos) override |
| UT_Vector3 | getV3 (const UT_Vector3 &pos) override |
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 | |
| UT_Vector3 | myValue |
Definition at line 64 of file SIM_PhysicalParms.h.
|
inline |
Definition at line 67 of file SIM_PhysicalParms.h.
|
inline |
Definition at line 68 of file SIM_PhysicalParms.h.
|
inlineoverridevirtual |
Duplicates this.
Implements SIM_PropertyResolver.
Definition at line 70 of file SIM_PhysicalParms.h.
|
inlineoverridevirtual |
Implements SIM_PropertyResolver.
Definition at line 75 of file SIM_PhysicalParms.h.
|
inlineoverridevirtual |
Implements SIM_PropertyResolver.
Definition at line 76 of file SIM_PhysicalParms.h.
|
protected |
Definition at line 78 of file SIM_PhysicalParms.h.