VR-Link API Documentation for HLA Evolved
 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
DtBaseReflectedEntity Class Reference

DtBaseReflectedEntity is an abstract base class. More...

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

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.
- 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
DtListmyList
DtListItemmyItem

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

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

Member Function Documentation

virtual DtEntityStateRepository* DtBaseReflectedEntity::entityStateRep ( ) const
pure virtual

Get the entity's state repository.

const DtObjectId & DtBaseReflectedEntity::id ( ) const
inlinevirtual

Get the entity's identifier.

References myObjectId.

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

assignment operator

Member Data Documentation

DtObjectId DtBaseReflectedEntity::myObjectId
protected

Referenced by id().


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

Document ID: Generated on Wed Jan 7 13:31:29 EST 2015 from SVN revision 149162
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)