![]() |
VR-Link API Documentation for DIS
|
DtEnvironmentalLineRecord implements the Environmental geometry record type "Line Record 1." See Enumerated Bit Values document, section 12.3.4.3. More...
Inheritance diagram for DtEnvironmentalLineRecord:
Collaboration diagram for DtEnvironmentalLineRecord:Public Member Functions | |
| DtEnvironmentalLineRecord () | |
| Constructor. | |
| DtEnvironmentalLineRecord (const DtEnvironmentalLineRecord &orig) | |
| Copy Constructor. | |
| const DtEnvironmentalLineRecord & | operator= (const DtEnvironmentalLineRecord &orig) |
| Assignment Operator. | |
| virtual | ~DtEnvironmentalLineRecord () |
| 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 bool | createNetworkRepresentation () |
| This doesn't need to be called explicitly. | |
| const DtNetEnvironmentalLineRecord * | lineNetRep () const |
| returns the network representation of the environmental record | |
| DtNetEnvironmentalLineRecord * | lineNetRep () |
| 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 | |
| DtEnvironmentalLineRecord * | self () const |
| Casts the 'this' pointer for changing elements in a const function. | |
Protected Attributes | |
| DtVector | myStartLocation |
| DtVector | myEndLocation |
DtEnvironmentalLineRecord implements the Environmental geometry record type "Line Record 1." See Enumerated Bit Values document, section 12.3.4.3.
Constructor.
Copy Constructor.
| virtual DtEnvironmentalLineRecord::~DtEnvironmentalLineRecord | ( | ) | [virtual] |
Destructor.
| virtual DtEnvironmentalRecord* DtEnvironmentalLineRecord::clone | ( | ) | const [virtual] |
Clone.
Reimplemented from DtEnvironmentalGeometryRecord.
| virtual bool DtEnvironmentalLineRecord::createNetworkRepresentation | ( | ) | [virtual] |
This doesn't need to be called explicitly.
If any routine that needs the repository finds that it hasn't been created yet, it calls this method.
Reimplemented from DtEnvironmentalRecord.
| virtual const DtVector& DtEnvironmentalLineRecord::endLocation | ( | ) | const [virtual] |
| const DtNetEnvironmentalLineRecord* DtEnvironmentalLineRecord::lineNetRep | ( | ) | const |
returns the network representation of the environmental record
| virtual int DtEnvironmentalLineRecord::netRepSize | ( | ) | const [virtual] |
returns the size of the net representation, in bytes.
Reimplemented from DtEnvironmentalRecord.
| const DtEnvironmentalLineRecord& DtEnvironmentalLineRecord::operator= | ( | const DtEnvironmentalLineRecord & | orig | ) |
Assignment Operator.
| DtEnvironmentalLineRecord* DtEnvironmentalLineRecord::self | ( | ) | const [protected] |
Casts the 'this' pointer for changing elements in a const function.
Reimplemented from DtEnvironmentalRecord.
| virtual void DtEnvironmentalLineRecord::setEndLocation | ( | const DtVector & | endLocation | ) | [virtual] |
Set/get end location.
| virtual void DtEnvironmentalLineRecord::setFromNet | ( | const DtNetEnvironmentalRecord & | buffer | ) | [virtual] |
used by the PDU class to fill in the network representation
Reimplemented from DtEnvironmentalRecord.
| virtual void DtEnvironmentalLineRecord::setStartLocation | ( | const DtVector & | startLocation | ) | [virtual] |
Set/get start location.
| virtual const DtVector& DtEnvironmentalLineRecord::startLocation | ( | ) | const [virtual] |
DtVector DtEnvironmentalLineRecord::myEndLocation [protected] |
DtVector DtEnvironmentalLineRecord::myStartLocation [protected] |