VR-Link API Documentation for DIS
Public Member Functions | Protected Member Functions | Protected Attributes
DtBaseReflectedEntity Class Reference

DtBaseReflectedEntity is an abstract base class. More...

+ Inheritance diagram for DtBaseReflectedEntity:
+ Collaboration diagram for DtBaseReflectedEntity:

List of all members.

Public Member Functions

virtual ~DtBaseReflectedEntity ()
 destructor
DtBaseReflectedEntityoperator= (const DtBaseReflectedEntity &orig)
 assignment operator
virtual DtEntityStateRepositoryentityStateRep () const =0
 Get the entity's state repository.
virtual const DtObjectIdid () const
 Get the entity's identifier.

Protected Member Functions

 DtBaseReflectedEntity (const DtObjectId &id)
 Constructors are protected since this is an abstract base class.
 DtBaseReflectedEntity (const DtBaseReflectedEntity &orig)
 copy constructor

Protected Attributes

DtObjectId myObjectId

Detailed Description

DtBaseReflectedEntity is an abstract base class.

It is used to maintain the representation of a simulation entity reflected across a network (i.e. this is not an full simulation running on this machine).


Constructor & Destructor Documentation

destructor

Constructors are protected since this is an abstract base class.

constructor

copy constructor


Member Function Documentation

Get the entity's state repository.

const DtObjectId & DtBaseReflectedEntity::id ( ) const [inline, virtual]

Get the entity's identifier.

References myObjectId.

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

assignment operator


Member Data Documentation

Referenced by id().


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)