VR-Link API Documentation for HLA Evolved
Public Member Functions | Protected Member Functions | Protected Attributes
DtEnvironmentalDRLineRecord Class Reference

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:

List of all members.

Public Member Functions

 DtEnvironmentalDRLineRecord ()
 Constructor.
 DtEnvironmentalDRLineRecord (const DtEnvironmentalDRLineRecord &orig)
 Copy Constructor.
const DtEnvironmentalDRLineRecordoperator= (const DtEnvironmentalDRLineRecord &orig)
 Assignment Operator.
virtual ~DtEnvironmentalDRLineRecord ()
 Destructor.
virtual DtEnvironmentalRecordclone () const
 Clone.
virtual void setStartLocation (const DtVector &startLocation)
 Set/ get start location.
virtual const DtVectorstartLocation () const
virtual void setEndLocation (const DtVector &endLocation)
 Set/ get end location.
virtual const DtVectorendLocation () const
virtual void setStartVelocity (const DtVector &startVelocity)
 Set/ get start velocity.
virtual const DtVectorstartVelocity () const
virtual void setEndVelocity (const DtVector &endVelocity)
 Set/ get end velocity.
virtual const DtVectorendVelocity () const
virtual bool createNetworkRepresentation ()
 Create this record's network representation.
const
DtNetEnvironmentalDRLineRecord
drLineNetRep () const
 returns the network representation of the environmental record
DtNetEnvironmentalDRLineRecorddrLineNetRep ()
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.

Protected Member Functions

DtEnvironmentalDRLineRecordself () const
 Casts the 'this' pointer for changing elements in a const function.

Protected Attributes

DtVector myStartLocation
DtVector myEndLocation
DtVector myStartVelocity
DtVector myEndVelocity

Detailed Description

DtEnvironmentalDRLineRecord implements the Environmental geometry record type "Line Record 2." See Enumerated Bit Values document, section 12.3.4.4.


Constructor & Destructor Documentation

Constructor.

Copy Constructor.

Destructor.


Member Function Documentation

Clone.

Reimplemented from DtEnvironmentalGeometryRecord.

Create this record's network representation.

Reimplemented from DtEnvironmentalRecord.

returns the network representation of the environmental record

virtual const DtVector& DtEnvironmentalDRLineRecord::endLocation ( ) const [virtual]
virtual const DtVector& DtEnvironmentalDRLineRecord::endVelocity ( ) const [virtual]
virtual int DtEnvironmentalDRLineRecord::netRepSize ( ) const [virtual]

returns the size of the net representation, in bytes.

Reimplemented from DtEnvironmentalRecord.

const DtEnvironmentalDRLineRecord& DtEnvironmentalDRLineRecord::operator= ( const DtEnvironmentalDRLineRecord orig)

Assignment Operator.

Casts the 'this' pointer for changing elements in a const function.

Reimplemented from DtEnvironmentalRecord.

virtual void DtEnvironmentalDRLineRecord::setEndLocation ( const DtVector endLocation) [virtual]

Set/ get end location.

virtual void DtEnvironmentalDRLineRecord::setEndVelocity ( const DtVector endVelocity) [virtual]

Set/ get end velocity.

virtual void DtEnvironmentalDRLineRecord::setFromNet ( const DtNetEnvironmentalRecord buffer) [virtual]

used by the PDU class to fill in the network representation

Reimplemented from DtEnvironmentalRecord.

virtual void DtEnvironmentalDRLineRecord::setStartLocation ( const DtVector startLocation) [virtual]

Set/ get start location.

virtual void DtEnvironmentalDRLineRecord::setStartVelocity ( const DtVector startVelocity) [virtual]

Set/ get start velocity.

virtual const DtVector& DtEnvironmentalDRLineRecord::startLocation ( ) const [virtual]
virtual const DtVector& DtEnvironmentalDRLineRecord::startVelocity ( ) const [virtual]

Member Data Documentation


The documentation for this class was generated from the following file:

Document ID: Generated on Mon May 14 08:06:18 EDT 2012 from SVN revision 114750
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)