![]() |
VR-Link API Documentation for HLA 1516
|
DtEnvironmentalDREllipsoidRecord implements the Environmental geometry record type "Ellipsoid Record 2." See Enumerated Bit Values document, section 12.3.4.9. More...
Inheritance diagram for DtEnvironmentalDREllipsoidRecord:
Collaboration diagram for DtEnvironmentalDREllipsoidRecord:Public Member Functions | |
| DtEnvironmentalDREllipsoidRecord () | |
| Constructor. More... | |
| DtEnvironmentalDREllipsoidRecord (const DtEnvironmentalDREllipsoidRecord &orig) | |
| Copy constructor. More... | |
| const DtEnvironmentalDREllipsoidRecord & | operator= (const DtEnvironmentalDREllipsoidRecord &orig) |
| Assignment Operator. More... | |
| virtual | ~DtEnvironmentalDREllipsoidRecord () |
| Destructor. More... | |
| virtual DtEnvironmentalRecord * | clone () const |
| Clone. More... | |
| virtual void | setLocation (const DtVector &location) |
| Set/ get location. More... | |
| virtual const DtVector & | location () const |
| virtual void | setSigma (const DtVector &sigma) |
| Set/ get sigma (x, y, z) More... | |
| virtual const DtVector & | sigma () const |
| virtual void | setOrientation (const DtTaitBryan &sigma) |
| Set/ get orientation. More... | |
| virtual const DtTaitBryan & | orientation () const |
| virtual void | setSigmaVelocity (const DtVector &sigmaVelocity) |
| Set/ get rate of sigma (x, y, z) change. More... | |
| virtual const DtVector & | sigmaVelocity () const |
| virtual void | setVelocity (const DtVector &velocity) |
| Set/ get velocity. More... | |
| virtual const DtVector & | velocity () const |
| virtual void | setAngularVelocity (const DtVector &angularVelocity) |
| Set/ get angular velocity. More... | |
| virtual const DtVector & | angularVelocity () const |
| virtual bool | createNetworkRepresentation () |
| Create this record's network representation. More... | |
| const DtNetEnvironmentalDREllipsoidRecord * | drEllipsoidNetRep () const |
| returns the network representation of the environmental record More... | |
| DtNetEnvironmentalDREllipsoidRecord * | drEllipsoidNetRep () |
| virtual void | setFromNet (const DtNetEnvironmentalRecord &buffer, int protocolVersion) |
| used by the PDU class to fill in the network representation More... | |
| virtual int | netRepSize () const |
| returns the size of the net representation, in bytes. More... | |
Public Member Functions inherited from DtEnvironmentalGeometryRecord | |
| DtEnvironmentalGeometryRecord () | |
| Constructor. More... | |
| DtEnvironmentalGeometryRecord (const DtEnvironmentalGeometryRecord &orig) | |
| Copy constructor. More... | |
| const DtEnvironmentalGeometryRecord & | operator= (const DtEnvironmentalGeometryRecord &orig) |
| Assignment Operator. More... | |
| virtual | ~DtEnvironmentalGeometryRecord () |
| Destructor. More... | |
| virtual void | setHasState (bool hasState) |
| Set/get a flag to indicate whether or not a state record is associated with this geometry record. More... | |
| virtual bool | hasState () const |
Public Member Functions inherited from DtEnvironmentalRecord | |
| DtEnvironmentalRecord () | |
| Constructor. More... | |
| DtEnvironmentalRecord (const DtEnvironmentalRecord &orig) | |
| Copy constructor. More... | |
| const DtEnvironmentalRecord & | operator= (const DtEnvironmentalRecord &orig) |
| Assignment operator. More... | |
| virtual | ~DtEnvironmentalRecord () |
| Destructor. More... | |
| virtual void | setType (DtU32 type) |
| virtual DtU32 | type () const |
| virtual void | setLength (DtU16 length) |
| virtual DtU16 | length () const |
| virtual void | setIndex (DtU8 index) |
| virtual DtU8 | index () const |
| const DtNetEnvironmentalRecord * | netRep () const |
| returns the network representation of the environmental record More... | |
| DtNetEnvironmentalRecord * | netRep () |
Protected Member Functions | |
| DtEnvironmentalDREllipsoidRecord * | self () const |
| Casts the 'this' pointer for changing elements in a const function. More... | |
Protected Member Functions inherited from DtEnvironmentalRecord | |
| virtual bool | checkAndCreate () |
| Checks to see if we need a representation, and creates it if we do Returns false, if the create fails, true otherwise. More... | |
| virtual bool | resizeNetRep (int newSize) |
| Resizes the network representation. More... | |
| DtEnvironmentalRecord * | self () const |
| Casts the 'this' pointer for changing elements in a const function. More... | |
Protected Attributes | |
| DtVector | myLocation |
| DtVector | mySigma |
| DtTaitBryan | myOrientation |
| DtVector | mySigmaVelocity |
| DtVector | myVelocity |
| DtVector | myAngularVelocity |
Protected Attributes inherited from DtEnvironmentalGeometryRecord | |
| bool | myHasState |
Protected Attributes inherited from DtEnvironmentalRecord | |
| DtNetEnvironmentalRecord * | myNetRep |
DtEnvironmentalDREllipsoidRecord implements the Environmental geometry record type "Ellipsoid Record 2." See Enumerated Bit Values document, section 12.3.4.9.
| DtEnvironmentalDREllipsoidRecord::DtEnvironmentalDREllipsoidRecord | ( | ) |
Constructor.
| DtEnvironmentalDREllipsoidRecord::DtEnvironmentalDREllipsoidRecord | ( | const DtEnvironmentalDREllipsoidRecord & | orig | ) |
Copy constructor.
|
virtual |
Destructor.
|
virtual |
|
virtual |
Clone.
Reimplemented from DtEnvironmentalGeometryRecord.
|
virtual |
Create this record's network representation.
Reimplemented from DtEnvironmentalRecord.
| const DtNetEnvironmentalDREllipsoidRecord* DtEnvironmentalDREllipsoidRecord::drEllipsoidNetRep | ( | ) | const |
returns the network representation of the environmental record
| DtNetEnvironmentalDREllipsoidRecord* DtEnvironmentalDREllipsoidRecord::drEllipsoidNetRep | ( | ) |
|
virtual |
|
virtual |
returns the size of the net representation, in bytes.
Reimplemented from DtEnvironmentalRecord.
| const DtEnvironmentalDREllipsoidRecord& DtEnvironmentalDREllipsoidRecord::operator= | ( | const DtEnvironmentalDREllipsoidRecord & | orig | ) |
Assignment Operator.
|
virtual |
|
protected |
Casts the 'this' pointer for changing elements in a const function.
|
virtual |
Set/ get angular velocity.
|
virtual |
used by the PDU class to fill in the network representation
Reimplemented from DtEnvironmentalRecord.
|
virtual |
Set/ get location.
|
virtual |
Set/ get orientation.
|
virtual |
Set/ get sigma (x, y, z)
|
virtual |
Set/ get rate of sigma (x, y, z) change.
|
virtual |
Set/ get velocity.
|
virtual |
|
virtual |
|
virtual |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |