![]() |
VR-Forces 5.0.2 Developer's Guide
|

Public Member Functions | |
| DtVrlinkSimulatedEntityStateContainer () | |
| DtVrlinkSimulatedEntityStateContainer (const makVrv::DtVrlinkSimulatedEntityState &orig) | |
Public Member Functions inherited from makVrv::DtVrlinkSimulatedEntityState | |
| DtVrlinkSimulatedEntityState () | |
| virtual | ~DtVrlinkSimulatedEntityState () |
| bool | operator!= (const DtVrlinkSimulatedEntityState &rhs) const |
| bool | operator== (const DtVrlinkSimulatedEntityState &rhs) const |
Public Member Functions inherited from makVrv::DtVrlinkSimulatedBaseState | |
| DtVrlinkSimulatedBaseState () | |
| virtual | ~DtVrlinkSimulatedBaseState () |
| bool | operator== (const DtVrlinkSimulatedBaseState &rhs) const |
| bool | operator!= (const DtVrlinkSimulatedBaseState &rhs) const |
Public Member Functions inherited from makVrv::DtSimState | |
| DtSimState () | |
| virtual | ~DtSimState () |
Protected Member Functions | |
| template<class Archive > | |
| void | serialize (Archive &ar, const unsigned int version) |
Friends | |
| class | boost::serialization::access |
Additional Inherited Members | |
Public Attributes inherited from makVrv::DtVrlinkSimulatedEntityState | |
| DtVector | myLocation |
| DtVector | myVelocity |
| DtVector | myRelativeVelocity |
| DtVector | myAcceleration |
| DtTaitBryan | myOrientation |
| DtVector | myRotationalVelocity |
| int | myAppearance |
| int | myCapabilities |
| std::string | myDIGuyAppearance |
| std::string | myDIGuyHeadAppearance |
| std::string | myDIGuyItemAppearance |
| std::string | myDIGuyCharacterType |
| DtPatchIdentifier | myDIGuyPrimaryUnitPatch |
| DtPatchIdentifier | myDIGuySecondaryUnitPatch |
| DtPatchIdentifier | myDIGuyRankPatch |
| std::string | myDIGuyCharacterName |
| double | myDIGuyBodyWeight |
| std::string | myGuise |
| int | myDRAlgorithm |
| std::map< std::string, std::string > | myExtendedData |
Public Attributes inherited from makVrv::DtVrlinkSimulatedBaseState | |
| std::string | myGlobalId |
| std::string | myEntityId |
| std::string | myMarkingText |
| std::string | myEntityType |
| std::string | myAttachedToId |
| int | myForce |
|
inline |
|
inline |
|
inlineprotected |
When the class Archive corresponds to an output archive, the & operator is defined similar to <<. Likewise, when the class Archive is a type of input archive the & operator is defined similar to >>.
|
friend |