![]() |
VR-Link API Documentation for HLA 1516
|
DtEnvironmentalDRLineRecord implements the Environmental geometry record type "Line Record 2." See Enumerated Bit Values document, section 12.3.4.4. More...
Inheritance diagram for DtEnvironmentalDRLineRecord:
Collaboration diagram for DtEnvironmentalDRLineRecord:Public Member Functions | |
| DtEnvironmentalDRLineRecord () | |
| Constructor. | |
| DtEnvironmentalDRLineRecord (const DtEnvironmentalDRLineRecord &orig) | |
| Copy constructor. | |
| const DtEnvironmentalDRLineRecord & | operator= (const DtEnvironmentalDRLineRecord &orig) |
| Assignment Operator. | |
| virtual | ~DtEnvironmentalDRLineRecord () |
| Destructor. | |
| virtual DtEnvironmentalRecord * | clone () const |
| Clone. | |
| virtual void | setStartLocation (const DtVector &startLocation) |
| Set/ get start location. | |
| virtual const DtVector & | startLocation () const |
| virtual void | setEndLocation (const DtVector &endLocation) |
| Set/ get end location. | |
| virtual const DtVector & | endLocation () const |
| virtual void | setStartVelocity (const DtVector &startVelocity) |
| Set/ get start velocity. | |
| virtual const DtVector & | startVelocity () const |
| virtual void | setEndVelocity (const DtVector &endVelocity) |
| Set/ get end velocity. | |
| virtual const DtVector & | endVelocity () const |
| virtual bool | createNetworkRepresentation () |
| Create this record's network representation. | |
| const DtNetEnvironmentalDRLineRecord * | drLineNetRep () const |
| returns the network representation of the environmental record | |
| DtNetEnvironmentalDRLineRecord * | drLineNetRep () |
| virtual void | setFromNet (const DtNetEnvironmentalRecord &buffer, int protocolVersion) |
| 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 () | |
| Constructor. | |
| DtEnvironmentalRecord (const DtEnvironmentalRecord &orig) | |
| Copy constructor. | |
| const DtEnvironmentalRecord & | operator= (const DtEnvironmentalRecord &orig) |
| Assignment operator. | |
| virtual | ~DtEnvironmentalRecord () |
| Destructor. | |
| 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 | |
| DtEnvironmentalDRLineRecord * | self () const |
| Casts the 'this' pointer for changing elements in a const function. | |
Protected Attributes | |
| DtVector | myStartLocation |
| DtVector | myEndLocation |
| DtVector | myStartVelocity |
| DtVector | myEndVelocity |
Protected Attributes inherited from DtEnvironmentalGeometryRecord | |
| bool | myHasState |
Protected Attributes inherited from DtEnvironmentalRecord | |
| DtNetEnvironmentalRecord * | myNetRep |
DtEnvironmentalDRLineRecord implements the Environmental geometry record type "Line Record 2." See Enumerated Bit Values document, section 12.3.4.4.
| DtEnvironmentalDRLineRecord::DtEnvironmentalDRLineRecord | ( | ) |
Constructor.
| DtEnvironmentalDRLineRecord::DtEnvironmentalDRLineRecord | ( | const DtEnvironmentalDRLineRecord & | orig | ) |
Copy constructor.
|
virtual |
Destructor.
|
virtual |
Clone.
Reimplemented from DtEnvironmentalGeometryRecord.
|
virtual |
Create this record's network representation.
Reimplemented from DtEnvironmentalRecord.
| const DtNetEnvironmentalDRLineRecord* DtEnvironmentalDRLineRecord::drLineNetRep | ( | ) | const |
returns the network representation of the environmental record
| DtNetEnvironmentalDRLineRecord* DtEnvironmentalDRLineRecord::drLineNetRep | ( | ) |
|
virtual |
|
virtual |
|
virtual |
returns the size of the net representation, in bytes.
Reimplemented from DtEnvironmentalRecord.
| const DtEnvironmentalDRLineRecord& DtEnvironmentalDRLineRecord::operator= | ( | const DtEnvironmentalDRLineRecord & | orig | ) |
Assignment Operator.
|
protected |
Casts the 'this' pointer for changing elements in a const function.
Reimplemented from DtEnvironmentalRecord.
|
virtual |
Set/ get end location.
|
virtual |
Set/ get end velocity.
|
virtual |
used by the PDU class to fill in the network representation
Reimplemented from DtEnvironmentalRecord.
|
virtual |
Set/ get start location.
|
virtual |
Set/ get start velocity.
|
virtual |
|
virtual |
|
protected |
|
protected |
|
protected |
|
protected |