VR-Link API Documentation for DIS
 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
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:

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

DtEnvironmentalRecord::DtEnvironmentalRecord ( )
DtEnvironmentalRecord::DtEnvironmentalRecord ( const DtEnvironmentalRecord orig)
protected
virtual DtEnvironmentalRecord::~DtEnvironmentalRecord ( )
virtual

Member Function Documentation

virtual bool DtEnvironmentalRecord::checkAndCreate ( )
protectedvirtual

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

virtual DtEnvironmentalRecord* DtEnvironmentalRecord::clone ( ) const
virtual
virtual bool DtEnvironmentalRecord::createNetworkRepresentation ( )
virtual
virtual DtU8 DtEnvironmentalRecord::index ( ) const
virtual
virtual DtU16 DtEnvironmentalRecord::length ( ) const
virtual
const DtNetEnvironmentalRecord* DtEnvironmentalRecord::netRep ( ) const

returns the network representation of the environmental record

DtNetEnvironmentalRecord* DtEnvironmentalRecord::netRep ( )
virtual int DtEnvironmentalRecord::netRepSize ( ) const
virtual
const DtEnvironmentalRecord& DtEnvironmentalRecord::operator= ( const DtEnvironmentalRecord orig)
DtEnvironmentalRecord* DtEnvironmentalRecord::self ( ) const
protected
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

DtNetEnvironmentalRecord* DtEnvironmentalRecord::myNetRep
protected

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

Document ID: Generated on Fri May 15 06:36:13 EDT 2015 from SVN revision 153263
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)