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
DtBaseReflectedEntity Class Referenceabstract

DtBaseReflectedEntity is an abstract base class. More...

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

Public Member Functions

virtual ~DtBaseReflectedEntity ()
 destructor More...
 
DtBaseReflectedEntityoperator= (const DtBaseReflectedEntity &orig)
 assignment operator More...
 
virtual DtEntityStateRepositoryentityStateRep () const =0
 Get the entity's state repository. More...
 
virtual const DtObjectIdid () const
 Get the entity's identifier. More...
 
- Public Member Functions inherited from DtListedObj
 DtListedObj ()
 Constructor. More...
 
virtual ~DtListedObj ()
 Destructor. More...
 
void * next () const
 Return next (previous) elements on the list, or NULL if hit the end (beginning) of the list. More...
 
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). More...
 
void * wrapPrev () const
 

Protected Member Functions

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

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 Thu Oct 16 00:12:25 EDT 2025 from SVN revision 280738
Copyright © 1992-2025 MAK Technologies. All Rights Reserved (www.mak.com)