![]() |
VR-Forces 4.0.4 Class Documentation
|

Public Member Functions | |
| DtHumanPosturePSR (DtVrfObject *vrfObject, const DtString &rwName=DtString::nullString(), DtReaderWriterRegistry *parentRegistry=0) | |
| constructor | |
| DtHumanPosturePSR (const DtHumanPosturePSR &orig, const DtString &rwName=DtString::nullString(), DtReaderWriterRegistry *parentRegistry=0) | |
| copy constructor | |
| virtual | ~DtHumanPosturePSR () |
| destructor | |
| DtHumanPosturePSR & | operator= (const DtHumanPosturePSR &orig) |
| assignment operator | |
| virtual DtVrfProcessStateRepository * | clone (const DtString &rwName=DtString::nullString(), DtReaderWriterRegistry *parentRegistry=0) const |
| returns a newly created copy of this object | |
| virtual DtString | type () const |
| Returns the string type of the repository, as defined in procSRTypes.h. | |
| virtual DtLifeformStaticPosture | desiredStaticPosture () const |
| virtual void | setDesiredStaticPosture (const DtLifeformStaticPosture &posture) |
Static Public Member Functions | |
| static DtVrfProcessStateRepository * | creator (const DtString &rwName, DtVrfObject *vrfObject, DtReaderWriterRegistry *parentRegistry) |
| Returns a newly created instance of this class. | |
Protected Attributes | |
| DtRwInt | myDesiredStaticPosture |
| The desired static posture for the entity. | |
Stores state data for the DtHumanPostureContoller.
| DtHumanPosturePSR::DtHumanPosturePSR | ( | DtVrfObject * | vrfObject, |
| const DtString & | rwName = DtString::nullString(), |
||
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) |
constructor
| DtHumanPosturePSR::DtHumanPosturePSR | ( | const DtHumanPosturePSR & | orig, |
| const DtString & | rwName = DtString::nullString(), |
||
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) |
copy constructor
| virtual DtHumanPosturePSR::~DtHumanPosturePSR | ( | ) | [virtual] |
destructor
| DtHumanPosturePSR& DtHumanPosturePSR::operator= | ( | const DtHumanPosturePSR & | orig | ) |
assignment operator
| virtual DtVrfProcessStateRepository* DtHumanPosturePSR::clone | ( | const DtString & | rwName = DtString::nullString(), |
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) | const [virtual] |
returns a newly created copy of this object
Implements DtVrfProcessStateRepository.
| virtual DtString DtHumanPosturePSR::type | ( | ) | const [virtual] |
Returns the string type of the repository, as defined in procSRTypes.h.
(DtVrfAutomotiveProcessStateRepositoryType).
Implements DtVrfProcessStateRepository.
| virtual DtLifeformStaticPosture DtHumanPosturePSR::desiredStaticPosture | ( | ) | const [virtual] |
| virtual void DtHumanPosturePSR::setDesiredStaticPosture | ( | const DtLifeformStaticPosture & | posture | ) | [virtual] |
| static DtVrfProcessStateRepository* DtHumanPosturePSR::creator | ( | const DtString & | rwName, |
| DtVrfObject * | vrfObject, | ||
| DtReaderWriterRegistry * | parentRegistry | ||
| ) | [static] |
Returns a newly created instance of this class.
DtRwInt DtHumanPosturePSR::myDesiredStaticPosture [protected] |
The desired static posture for the entity.
This is the posture that has been assigned by the user.