VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | 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:

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, 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 DtEnvironmentalRecordoperator= (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 DtNetEnvironmentalRecordnetRep () const
 returns the network representation of the environmental record
DtNetEnvironmentalRecordnetRep ()

Protected Member Functions

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

Protected Attributes

DtVector myLocation
- Protected Attributes inherited from DtEnvironmentalGeometryRecord
bool myHasState
- Protected Attributes inherited from DtEnvironmentalRecord
DtNetEnvironmentalRecordmyNetRep

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

DtEnvironmentalPointRecord::DtEnvironmentalPointRecord ( )

Constructor.

DtEnvironmentalPointRecord::DtEnvironmentalPointRecord ( const DtEnvironmentalPointRecord orig)

Copy constructor.

virtual DtEnvironmentalPointRecord::~DtEnvironmentalPointRecord ( )
virtual

Destructor.

Member Function Documentation

virtual DtEnvironmentalRecord* DtEnvironmentalPointRecord::clone ( ) const
virtual

Clone.

Reimplemented from DtEnvironmentalGeometryRecord.

virtual bool DtEnvironmentalPointRecord::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& 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.

const DtNetEnvironmentalPointRecord* DtEnvironmentalPointRecord::pointNetRep ( ) const

returns the network representation of the environmental record

DtNetEnvironmentalPointRecord* DtEnvironmentalPointRecord::pointNetRep ( )
DtEnvironmentalPointRecord* DtEnvironmentalPointRecord::self ( ) const
protected

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

Reimplemented from DtEnvironmentalRecord.

virtual void DtEnvironmentalPointRecord::setFromNet ( const DtNetEnvironmentalRecord buffer,
int  protocolVersion 
)
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

DtVector DtEnvironmentalPointRecord::myLocation
protected

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

Document ID: Generated on Fri Dec 2 02:42:08 EST 2016 from SVN revision 171416
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)