VR-Link API Documentation for HLA 1.3
Public Member Functions | Protected Member Functions | Protected Attributes
DtEnvironmentalPointRecord Class Reference

DtEnvironmentalPointRecord implements the Environmental geometry record type "Point Record 1.". More...

+ Inheritance diagram for DtEnvironmentalPointRecord:
+ Collaboration diagram for DtEnvironmentalPointRecord:

List of all members.

Public Member Functions

 DtEnvironmentalPointRecord ()
 Constructor.
 DtEnvironmentalPointRecord (const DtEnvironmentalPointRecord &orig)
 Copy Constructor.
const DtEnvironmentalPointRecordoperator= (const DtEnvironmentalPointRecord &orig)
 Assignment Operator.
virtual ~DtEnvironmentalPointRecord ()
 Destructor.
virtual DtEnvironmentalRecordclone () const
 Clone.
virtual void setLocation (const DtVector &location)
 Set/get location.
virtual const DtVectorlocation () const
virtual bool createNetworkRepresentation ()
 This doesn't need to be called explicitly.
const
DtNetEnvironmentalPointRecord
pointNetRep () const
 returns the network representation of the environmental record
DtNetEnvironmentalPointRecordpointNetRep ()
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

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

Protected Attributes

DtVector myLocation

Detailed Description

DtEnvironmentalPointRecord implements the Environmental geometry record type "Point Record 1.".

See Enumerated Bit Values(!) document, section 12.3.4.1


Constructor & Destructor Documentation

Constructor.

Copy Constructor.

Destructor.


Member Function Documentation

Clone.

Reimplemented from DtEnvironmentalGeometryRecord.

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& DtEnvironmentalPointRecord::location ( ) const [virtual]
virtual int DtEnvironmentalPointRecord::netRepSize ( ) const [virtual]

returns the size of the net representation, in bytes.

Reimplemented from DtEnvironmentalRecord.

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

Assignment Operator.

returns the network representation of the environmental record

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

Reimplemented from DtEnvironmentalRecord.

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

used by the PDU class to fill in the network representation

Reimplemented from DtEnvironmentalRecord.

virtual void DtEnvironmentalPointRecord::setLocation ( const DtVector location) [virtual]

Set/get location.


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)