![]() |
VR-Link API Documentation for DIS
|
class DtLeEntityLinearVelocity: More...
Collaboration diagram for DtLeEntityLinearVelocity:Public Member Functions | |
| DtLeEntityLinearVelocity () | |
| Constructors. | |
| DtLeEntityLinearVelocity (const DtLeEntityLinearVelocity &orig) | |
| DtLeEntityLinearVelocity & | operator= (const DtLeEntityLinearVelocity &orig) |
| Assignment operator. | |
| DtLeEntityLinearVelocity & | operator= (const DtNetLeEntityLinearVelocity &orig) |
| virtual | ~DtLeEntityLinearVelocity () |
| Destructor. | |
| virtual void | setX (DtU16 value) |
| Set/Get X. | |
| virtual DtU16 | x () const |
| virtual void | setY (DtU16 value) |
| Set/Get Y. | |
| virtual DtU16 | y () const |
| virtual void | setZ (DtU16 value) |
| Set/Get Z. | |
| virtual DtU16 | z () const |
| virtual void | print () const |
| Print the information contained in the record. | |
| virtual void | printDataToStream (std::ostream &stream) const |
| Print the information to a stream. | |
| virtual void | unloadNetRecord (const DtNetLeEntityLinearVelocity &record) |
| Load/Unload data from a packet record. | |
| virtual void | loadNetRecord (DtNetLeEntityLinearVelocity &record) const |
Protected Attributes | |
| DtU16 | myX |
| Data members: | |
| DtU16 | myY |
| DtU16 | myZ |
class DtLeEntityLinearVelocity:
DtLeEntityLinearVelocity is a class which contains the entity linear velocity information for the live entity PDUs.
Constructors.
| virtual DtLeEntityLinearVelocity::~DtLeEntityLinearVelocity | ( | ) | [virtual] |
Destructor.
| virtual void DtLeEntityLinearVelocity::loadNetRecord | ( | DtNetLeEntityLinearVelocity & | record | ) | const [virtual] |
| DtLeEntityLinearVelocity& DtLeEntityLinearVelocity::operator= | ( | const DtLeEntityLinearVelocity & | orig | ) |
Assignment operator.
| DtLeEntityLinearVelocity& DtLeEntityLinearVelocity::operator= | ( | const DtNetLeEntityLinearVelocity & | orig | ) |
| virtual void DtLeEntityLinearVelocity::print | ( | ) | const [virtual] |
Print the information contained in the record.
| virtual void DtLeEntityLinearVelocity::printDataToStream | ( | std::ostream & | stream | ) | const [virtual] |
Print the information to a stream.
| virtual void DtLeEntityLinearVelocity::setX | ( | DtU16 | value | ) | [virtual] |
Set/Get X.
| virtual void DtLeEntityLinearVelocity::setY | ( | DtU16 | value | ) | [virtual] |
Set/Get Y.
| virtual void DtLeEntityLinearVelocity::setZ | ( | DtU16 | value | ) | [virtual] |
Set/Get Z.
| virtual void DtLeEntityLinearVelocity::unloadNetRecord | ( | const DtNetLeEntityLinearVelocity & | record | ) | [virtual] |
Load/Unload data from a packet record.
| virtual DtU16 DtLeEntityLinearVelocity::x | ( | ) | const [virtual] |
| virtual DtU16 DtLeEntityLinearVelocity::y | ( | ) | const [virtual] |
| virtual DtU16 DtLeEntityLinearVelocity::z | ( | ) | const [virtual] |
DtU16 DtLeEntityLinearVelocity::myX [protected] |
Data members:
DtU16 DtLeEntityLinearVelocity::myY [protected] |
DtU16 DtLeEntityLinearVelocity::myZ [protected] |