#include <SIM_PhysicalParms.h>

Public Member Functions | |
| SIM_PropertyResolverField (const SIM_RawField *field) | |
| SIM_PropertyResolverField (const SIM_VectorField *field) | |
| virtual SIM_PropertyResolver * | copy () const |
| Duplicates this. | |
| virtual fpreal | getF (const UT_Vector3 &pos) |
| virtual UT_Vector3 | getV3 (const UT_Vector3 &pos) |
Protected Attributes | |
| const SIM_RawField * | myField [3] |
Definition at line 107 of file SIM_PhysicalParms.h.
| SIM_PropertyResolverField::SIM_PropertyResolverField | ( | const SIM_RawField * | field | ) |
| SIM_PropertyResolverField::SIM_PropertyResolverField | ( | const SIM_VectorField * | field | ) |
| virtual SIM_PropertyResolver* SIM_PropertyResolverField::copy | ( | ) | const [inline, virtual] |
Duplicates this.
Implements SIM_PropertyResolver.
Definition at line 113 of file SIM_PhysicalParms.h.
| virtual fpreal SIM_PropertyResolverField::getF | ( | const UT_Vector3 & | pos | ) | [virtual] |
Implements SIM_PropertyResolver.
| virtual UT_Vector3 SIM_PropertyResolverField::getV3 | ( | const UT_Vector3 & | pos | ) | [virtual] |
Implements SIM_PropertyResolver.
const SIM_RawField* SIM_PropertyResolverField::myField[3] [protected] |
Definition at line 122 of file SIM_PhysicalParms.h.
1.5.9