![]() |
VR-Link API Documentation for DIS
|
DtBaseReflectedEntity is an abstract base class. More...
Inheritance diagram for DtBaseReflectedEntity:
Collaboration diagram for DtBaseReflectedEntity:Public Member Functions | |
| virtual | ~DtBaseReflectedEntity () |
| destructor | |
| DtBaseReflectedEntity & | operator= (const DtBaseReflectedEntity &orig) |
| assignment operator | |
| virtual DtEntityStateRepository * | entityStateRep () const =0 |
| Get the entity's state repository. | |
| virtual const DtObjectId & | id () 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 |
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).
| virtual DtBaseReflectedEntity::~DtBaseReflectedEntity | ( | ) | [virtual] |
destructor
| DtBaseReflectedEntity::DtBaseReflectedEntity | ( | const DtObjectId & | id | ) | [protected] |
Constructors are protected since this is an abstract base class.
constructor
| DtBaseReflectedEntity::DtBaseReflectedEntity | ( | const DtBaseReflectedEntity & | orig | ) | [protected] |
copy constructor
| virtual DtEntityStateRepository* DtBaseReflectedEntity::entityStateRep | ( | ) | const [pure virtual] |
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
DtObjectId DtBaseReflectedEntity::myObjectId [protected] |
Referenced by id().