#include <SIM_PhysicalParms.h>

Public Member Functions | |
| SIM_PropertyResolverConstant (fpreal v) | |
| SIM_PropertyResolverConstant (UT_Vector3 v) | |
| virtual SIM_PropertyResolver * | copy () const |
| Duplicates this. | |
| virtual fpreal | getF (const UT_Vector3 &pos) |
| virtual UT_Vector3 | getV3 (const UT_Vector3 &pos) |
Protected Attributes | |
| UT_Vector3 | myValue |
Definition at line 67 of file SIM_PhysicalParms.h.
| SIM_PropertyResolverConstant::SIM_PropertyResolverConstant | ( | fpreal | v | ) | [inline] |
Definition at line 70 of file SIM_PhysicalParms.h.
| SIM_PropertyResolverConstant::SIM_PropertyResolverConstant | ( | UT_Vector3 | v | ) | [inline] |
Definition at line 71 of file SIM_PhysicalParms.h.
| virtual SIM_PropertyResolver* SIM_PropertyResolverConstant::copy | ( | ) | const [inline, virtual] |
Duplicates this.
Implements SIM_PropertyResolver.
Definition at line 73 of file SIM_PhysicalParms.h.
| virtual fpreal SIM_PropertyResolverConstant::getF | ( | const UT_Vector3 & | pos | ) | [inline, virtual] |
| virtual UT_Vector3 SIM_PropertyResolverConstant::getV3 | ( | const UT_Vector3 & | pos | ) | [inline, virtual] |
UT_Vector3 SIM_PropertyResolverConstant::myValue [protected] |
Definition at line 81 of file SIM_PhysicalParms.h.
1.5.9