VR-Link API Documentation for HLA 1516
Public Member Functions | Protected Member Functions | Protected Attributes
DtEnvironmentalRecord Class Reference

DtEnvironmentalRecord is the base class from which all geometry and state environmental records are derived. More...

+ Inheritance diagram for DtEnvironmentalRecord:
+ Collaboration diagram for DtEnvironmentalRecord:

List of all members.

Public Member Functions

 DtEnvironmentalRecord ()
const DtEnvironmentalRecordoperator= (const DtEnvironmentalRecord &orig)
virtual ~DtEnvironmentalRecord ()
virtual DtEnvironmentalRecordclone () const
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 Member Functions

 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.

Protected Attributes

DtNetEnvironmentalRecordmyNetRep

Detailed Description

DtEnvironmentalRecord is the base class from which all geometry and state environmental records are derived.

See IEEE 1278.1a-1998, page 133.


Constructor & Destructor Documentation


Member Function Documentation

virtual bool DtEnvironmentalRecord::checkAndCreate ( ) [protected, virtual]

Checks to see if we need a representation, and creates it if we do Returns false, if the create fails, true otherwise.

virtual DtU8 DtEnvironmentalRecord::index ( ) const [virtual]
virtual DtU16 DtEnvironmentalRecord::length ( ) const [virtual]

returns the network representation of the environmental record

virtual int DtEnvironmentalRecord::netRepSize ( ) const [virtual]
const DtEnvironmentalRecord& DtEnvironmentalRecord::operator= ( const DtEnvironmentalRecord orig)
virtual void DtEnvironmentalRecord::setFromNet ( const DtNetEnvironmentalRecord buffer) [virtual]
virtual void DtEnvironmentalRecord::setIndex ( DtU8  index) [virtual]
virtual void DtEnvironmentalRecord::setLength ( DtU16  length) [virtual]
virtual void DtEnvironmentalRecord::setType ( DtU32  type) [virtual]
virtual DtU32 DtEnvironmentalRecord::type ( ) 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)