![]() |
VR-Link API Documentation for DIS
|
class DtLeEntityOrientation: More...
Collaboration diagram for DtLeEntityOrientation:Public Member Functions | |
| DtLeEntityOrientation () | |
| Constructors. More... | |
| DtLeEntityOrientation (const DtLeEntityOrientation &orig) | |
| DtLeEntityOrientation & | operator= (const DtLeEntityOrientation &orig) |
| Assignment operator. More... | |
| DtLeEntityOrientation & | operator= (const DtNetLeEntityOrientation &orig) |
| virtual | ~DtLeEntityOrientation () |
| Destructor. More... | |
| virtual void | setPsi (DtU16 value) |
| Set/Get Psi. More... | |
| virtual DtU16 | psi () const |
| virtual void | setTheta (DtU16 value) |
| Set/Get Theta. More... | |
| virtual DtU16 | theta () const |
| virtual void | setPhi (DtU16 value) |
| Set/Get Phi. More... | |
| virtual DtU16 | phi () const |
| virtual void | print () const |
| Print the information contained in the record. More... | |
| virtual void | printDataToStream (std::ostream &stream) const |
| Print the information to a stream. More... | |
| virtual void | unloadNetRecord (const DtNetLeEntityOrientation &record) |
| Load/Unload data from a packet record (for 8-bit fields). More... | |
| virtual void | loadNetRecord (DtNetLeEntityOrientation &record) const |
| virtual void | unloadNetRecord16 (const DtNetLeEntityOrientation16 &record) |
| Load/Unload data from a packet record (for 16-bit fields). More... | |
| virtual void | loadNetRecord16 (DtNetLeEntityOrientation16 &record) const |
Protected Attributes | |
| DtU16 | myPsi |
| Data members: More... | |
| DtU16 | myTheta |
| DtU16 | myPhi |
class DtLeEntityOrientation:
DtLeEntityOrientation is a class which contains the entity orientation information for the live entity PDUs. This record uses 8-bit values for the TSPI PDU and 16-bit values for the detonation PDU.
| DtLeEntityOrientation::DtLeEntityOrientation | ( | ) |
Constructors.
| DtLeEntityOrientation::DtLeEntityOrientation | ( | const DtLeEntityOrientation & | orig | ) |
|
virtual |
Destructor.
|
virtual |
|
virtual |
| DtLeEntityOrientation& DtLeEntityOrientation::operator= | ( | const DtLeEntityOrientation & | orig | ) |
Assignment operator.
| DtLeEntityOrientation& DtLeEntityOrientation::operator= | ( | const DtNetLeEntityOrientation & | orig | ) |
|
virtual |
|
virtual |
Print the information contained in the record.
|
virtual |
Print the information to a stream.
|
virtual |
|
virtual |
Set/Get Phi.
|
virtual |
Set/Get Psi.
|
virtual |
Set/Get Theta.
|
virtual |
|
virtual |
Load/Unload data from a packet record (for 8-bit fields).
|
virtual |
Load/Unload data from a packet record (for 16-bit fields).
|
protected |
|
protected |
Data members:
|
protected |