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 Attributes
DtEnvironmentalGeometryRecord Class Reference

DtEnvironmentalGeometryRecord provides a common base class for all environmental geometry (as opposed to state) records used in the Environmental Process object. More...

+ Inheritance diagram for DtEnvironmentalGeometryRecord:
+ Collaboration diagram for DtEnvironmentalGeometryRecord:

Public Member Functions

 DtEnvironmentalGeometryRecord ()
 Constructor.
 DtEnvironmentalGeometryRecord (const DtEnvironmentalGeometryRecord &orig)
 Copy Constructor.
const
DtEnvironmentalGeometryRecord
operator= (const DtEnvironmentalGeometryRecord &orig)
 Assignment Operator.
virtual ~DtEnvironmentalGeometryRecord ()
 Destructor.
virtual DtEnvironmentalRecordclone () const
 Clone.
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 ()
const DtEnvironmentalRecordoperator= (const DtEnvironmentalRecord &orig)
virtual ~DtEnvironmentalRecord ()
virtual bool createNetworkRepresentation ()
 This doesn't need to be called explicitly.
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 ()
virtual int netRepSize () const
virtual void setFromNet (const DtNetEnvironmentalRecord &buffer)
 used by the PDU class to fill in the network representation

Protected Attributes

bool myHasState
- Protected Attributes inherited from DtEnvironmentalRecord
DtNetEnvironmentalRecordmyNetRep

Additional Inherited Members

- Protected Member Functions inherited from DtEnvironmentalRecord
 DtEnvironmentalRecord (const DtEnvironmentalRecord &orig)
virtual bool checkAndCreate ()
 Checks to see if we need a representation, and creates it if we do Returns false, if the create fails, true otherwise.
DtEnvironmentalRecordself () const
 Casts the 'this' pointer for changing elements in a const function.

Detailed Description

DtEnvironmentalGeometryRecord provides a common base class for all environmental geometry (as opposed to state) records used in the Environmental Process object.

It contains the standard environmental record header, plus a bool flag to indicate whether or not there is a state record corresponding to the geometry record represented.

Constructor & Destructor Documentation

DtEnvironmentalGeometryRecord::DtEnvironmentalGeometryRecord ( )

Constructor.

DtEnvironmentalGeometryRecord::DtEnvironmentalGeometryRecord ( const DtEnvironmentalGeometryRecord orig)

Copy Constructor.

virtual DtEnvironmentalGeometryRecord::~DtEnvironmentalGeometryRecord ( )
virtual

Destructor.

Member Function Documentation

virtual DtEnvironmentalRecord* DtEnvironmentalGeometryRecord::clone ( ) const
virtual
virtual bool DtEnvironmentalGeometryRecord::hasState ( ) const
virtual
const DtEnvironmentalGeometryRecord& DtEnvironmentalGeometryRecord::operator= ( const DtEnvironmentalGeometryRecord orig)

Assignment Operator.

virtual void DtEnvironmentalGeometryRecord::setHasState ( bool  hasState)
virtual

Set/get a flag to indicate whether or not a state record is associated with this geometry record.

Member Data Documentation

bool DtEnvironmentalGeometryRecord::myHasState
protected

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

Document ID: Generated on Wed Jan 7 13:31:29 EST 2015 from SVN revision 149162
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)