![]() |
VR-Link API Documentation for HLA 1516
|
DtEnvironmentalDRRectangularVolumeRecord implements the Environmental geometry record type "Rectangular Volume Record 2." See Enumerated Bit Values document, section 12.3.4.13. More...
Inheritance diagram for DtEnvironmentalDRRectangularVolumeRecord:
Collaboration diagram for DtEnvironmentalDRRectangularVolumeRecord:Public Member Functions | |
| DtEnvironmentalDRRectangularVolumeRecord () | |
| Constructor. | |
| DtEnvironmentalDRRectangularVolumeRecord (const DtEnvironmentalDRRectangularVolumeRecord &orig) | |
| Copy Constructor. | |
| const DtEnvironmentalDRRectangularVolumeRecord & | operator= (const DtEnvironmentalDRRectangularVolumeRecord &orig) |
| Assignment Operator. | |
| virtual | ~DtEnvironmentalDRRectangularVolumeRecord () |
| Destructor. | |
| virtual DtEnvironmentalRecord * | clone () const |
| Clone. | |
| virtual void | setCornerLocation (const DtVector &cornerLocation) |
| Set/get corner location. | |
| virtual const DtVector & | cornerLocation () const |
| virtual void | setExtent (const DtVector &extent) |
| Set/ get extent. | |
| virtual const DtVector & | extent () const |
| virtual void | setOrientation (const DtTaitBryan &orientation) |
| Set/ get orientation. | |
| virtual const DtTaitBryan & | orientation () const |
| virtual void | setExtentVelocity (const DtVector &extentVelocity) |
| Set/ get extent velocity. | |
| virtual const DtVector & | extentVelocity () const |
| virtual void | setVelocity (const DtVector &velocity) |
| Set/ get velocity. | |
| virtual const DtVector & | velocity () const |
| virtual void | setAngularVelocity (const DtVector &angularVelocity) |
| Set/ get angular velocity. | |
| virtual const DtVector & | angularVelocity () const |
| virtual bool | createNetworkRepresentation () |
| Create this record's network representation. | |
| const DtNetEnvironmentalDRRectangularVolumeRecord * | drRectNetRep () const |
| returns the network representation of the environmental record | |
| DtNetEnvironmentalDRRectangularVolumeRecord * | drRectNetRep () |
| virtual void | setFromNet (const DtNetEnvironmentalRecord &buffer) |
| used by the PDU class to fill in the network representation | |
| virtual int | netRepSize () const |
| returns the size of the net representation, in bytes. | |
Public Member Functions inherited from DtEnvironmentalGeometryRecord | |
| DtEnvironmentalGeometryRecord () | |
| Constructor. | |
| DtEnvironmentalGeometryRecord (const DtEnvironmentalGeometryRecord &orig) | |
| Copy Constructor. | |
| const DtEnvironmentalGeometryRecord & | operator= (const DtEnvironmentalGeometryRecord &orig) |
| Assignment Operator. | |
| virtual | ~DtEnvironmentalGeometryRecord () |
| Destructor. | |
| virtual void | setHasState (bool hasState) |
| Set/get a flag to indicate whether or not a state record is associated with this geometry record. | |
| virtual bool | hasState () const |
Public Member Functions inherited from DtEnvironmentalRecord | |
| DtEnvironmentalRecord () | |
| const DtEnvironmentalRecord & | operator= (const DtEnvironmentalRecord &orig) |
| virtual | ~DtEnvironmentalRecord () |
| 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 | |
| DtNetEnvironmentalRecord * | netRep () |
Protected Member Functions | |
| DtEnvironmentalDRRectangularVolumeRecord * | self () const |
| Casts the 'this' pointer for changing elements in a const function. | |
Protected Attributes | |
| DtVector | myCornerLocation |
| DtVector | myExtent |
| DtTaitBryan | myOrientation |
| DtVector | myExtentVelocity |
| DtVector | myVelocity |
| DtVector | myAngularVelocity |
Protected Attributes inherited from DtEnvironmentalGeometryRecord | |
| bool | myHasState |
Protected Attributes inherited from DtEnvironmentalRecord | |
| DtNetEnvironmentalRecord * | myNetRep |
DtEnvironmentalDRRectangularVolumeRecord implements the Environmental geometry record type "Rectangular Volume Record 2." See Enumerated Bit Values document, section 12.3.4.13.
| DtEnvironmentalDRRectangularVolumeRecord::DtEnvironmentalDRRectangularVolumeRecord | ( | ) |
Constructor.
| DtEnvironmentalDRRectangularVolumeRecord::DtEnvironmentalDRRectangularVolumeRecord | ( | const DtEnvironmentalDRRectangularVolumeRecord & | orig | ) |
Copy Constructor.
|
virtual |
Destructor.
|
virtual |
|
virtual |
Clone.
Reimplemented from DtEnvironmentalGeometryRecord.
|
virtual |
|
virtual |
Create this record's network representation.
Reimplemented from DtEnvironmentalRecord.
| const DtNetEnvironmentalDRRectangularVolumeRecord* DtEnvironmentalDRRectangularVolumeRecord::drRectNetRep | ( | ) | const |
returns the network representation of the environmental record
| DtNetEnvironmentalDRRectangularVolumeRecord* DtEnvironmentalDRRectangularVolumeRecord::drRectNetRep | ( | ) |
|
virtual |
|
virtual |
|
virtual |
returns the size of the net representation, in bytes.
Reimplemented from DtEnvironmentalRecord.
| const DtEnvironmentalDRRectangularVolumeRecord& DtEnvironmentalDRRectangularVolumeRecord::operator= | ( | const DtEnvironmentalDRRectangularVolumeRecord & | orig | ) |
Assignment Operator.
|
virtual |
|
protected |
Casts the 'this' pointer for changing elements in a const function.
Reimplemented from DtEnvironmentalRecord.
|
virtual |
Set/ get angular velocity.
|
virtual |
Set/get corner location.
|
virtual |
Set/ get extent.
|
virtual |
Set/ get extent velocity.
|
virtual |
used by the PDU class to fill in the network representation
Reimplemented from DtEnvironmentalRecord.
|
virtual |
Set/ get orientation.
|
virtual |
Set/ get velocity.
|
virtual |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |