![]() |
VR-Link API Documentation for HLA 1.3
|
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. | |
Public Member Functions inherited from DtListedObj | |
| DtListedObj () | |
| Constructor. | |
| virtual | ~DtListedObj () |
| Destructor. | |
| void * | next () const |
| Return next (previous) elements on the list, or NULL if hit the end (beginning) of the list. | |
| void * | prev () const |
| void * | wrapNext () const |
| Return next (previous) elements on the list, but wrap to the beginning (end) of the list when you hit the end (beginning). | |
| void * | wrapPrev () const |
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 |
Protected Attributes inherited from DtListedObj | |
| DtList * | myList |
| DtListItem * | myItem |
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 |
destructor
|
protected |
Constructors are protected since this is an abstract base class.
constructor
|
protected |
copy constructor
|
pure virtual |
Get the entity's state repository.
|
inlinevirtual |
Get the entity's identifier.
References myObjectId.
| DtBaseReflectedEntity& DtBaseReflectedEntity::operator= | ( | const DtBaseReflectedEntity & | orig | ) |
assignment operator
|
protected |
Referenced by id().