VR-Vantage 2.8 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Static Protected Attributes
DtReflectedDynamicTerrain Class Reference

Instances of DtReflectedDynamicTerrain are used to represent a simulated HLAobjectRoot.DynamicTerrain object reflected across a network. More...

Inheritance diagram for DtReflectedDynamicTerrain:
Inheritance graph
[legend]

Public Types

typedef
DtDynamicTerrainStateRepository *(* 
DtStateRepCreator )()
 Function prototype for functions that create a DtDynamicTerrainStateRepository.

Public Member Functions

 DtReflectedDynamicTerrain (DtHlaObject *obj, DtExerciseConn *exConn)
 Constructor.
virtual ~DtReflectedDynamicTerrain ()
 Destructor.
virtual
DtDynamicTerrainStateRepository
dynamicTerrainStateRep () const
 Returns the DynamicTerrain's state repository.
virtual
DtDynamicTerrainStateRepository
dsr () const
 Shorter version of lifeformRep.
virtual DtReflectedDynamicTerrainnext () const
 Returns the next reflected DynamicTerrain in the DtReflectedDynamicTerrainList.
virtual DtReflectedDynamicTerrainprev () const
 Returns the previous reflected DynamicTerrain in the DtReflectedDynamicTerrainList.
virtual DtReflectedDynamicTerrainwrapNext () const
 Returns the next reflected DynamicTerrain.
virtual DtReflectedDynamicTerrainwrapPrev () const
 Returns the previous reflected DynamicTerrain.
virtual void addPostUpdateCallback (DtDynamicTerrainCallbackFunction cb, void *userData)
 Add a callback that is called when the DtReflectedDynamicTerrain is updated.
virtual void removePostUpdateCallback (DtDynamicTerrainCallbackFunction cb, void *userData)
 Remove the callback that is called when the DtReflectedDynamicTerrain is updated.

Static Public Member Functions

static DtStateRepCreator setStateRepCreator (DtStateRepCreator creator)
 Set the function to be called for creating state repositories.

Protected Member Functions

 DtReflectedDynamicTerrain (const DtReflectedDynamicTerrain &orig)
 Copy Constructor not implemented.
DtReflectedDynamicTerrainoperator= (const DtReflectedDynamicTerrain &orig)
 Assignment operator not implemented.

Static Protected Attributes

static DtStateRepCreator theStateRepCreator
 The function called to create state repositories.

Detailed Description

Instances of DtReflectedDynamicTerrain are used to represent a simulated HLAobjectRoot.DynamicTerrain object reflected across a network.

Member Typedef Documentation

typedef DtDynamicTerrainStateRepository*(* DtReflectedDynamicTerrain::DtStateRepCreator)()

Function prototype for functions that create a DtDynamicTerrainStateRepository.

Constructor & Destructor Documentation

DtReflectedDynamicTerrain::DtReflectedDynamicTerrain ( DtHlaObject *  obj,
DtExerciseConn *  exConn 
)

Constructor.

virtual DtReflectedDynamicTerrain::~DtReflectedDynamicTerrain ( )
virtual

Destructor.

DtReflectedDynamicTerrain::DtReflectedDynamicTerrain ( const DtReflectedDynamicTerrain orig)
protected

Copy Constructor not implemented.

Member Function Documentation

DtDynamicTerrainStateRepository * DtReflectedDynamicTerrain::dynamicTerrainStateRep ( ) const
inlinevirtual

Returns the DynamicTerrain's state repository.

DtDynamicTerrainStateRepository * DtReflectedDynamicTerrain::dsr ( ) const
inlinevirtual
virtual DtReflectedDynamicTerrain* DtReflectedDynamicTerrain::next ( ) const
virtual

Returns the next reflected DynamicTerrain in the DtReflectedDynamicTerrainList.

virtual DtReflectedDynamicTerrain* DtReflectedDynamicTerrain::prev ( ) const
virtual

Returns the previous reflected DynamicTerrain in the DtReflectedDynamicTerrainList.

virtual DtReflectedDynamicTerrain* DtReflectedDynamicTerrain::wrapNext ( ) const
virtual

Returns the next reflected DynamicTerrain.

Will cycle back to the first remote DynamicTerrain in the DtReflectedDynamicTerrainList.

virtual DtReflectedDynamicTerrain* DtReflectedDynamicTerrain::wrapPrev ( ) const
virtual

Returns the previous reflected DynamicTerrain.

Will cycle back to the first remote DynamicTerrain in the DtReflectedDynamicTerrainList.

virtual void DtReflectedDynamicTerrain::addPostUpdateCallback ( DtDynamicTerrainCallbackFunction  cb,
void userData 
)
virtual

Add a callback that is called when the DtReflectedDynamicTerrain is updated.

virtual void DtReflectedDynamicTerrain::removePostUpdateCallback ( DtDynamicTerrainCallbackFunction  cb,
void userData 
)
virtual

Remove the callback that is called when the DtReflectedDynamicTerrain is updated.

static DtStateRepCreator DtReflectedDynamicTerrain::setStateRepCreator ( DtStateRepCreator  creator)
static

Set the function to be called for creating state repositories.

Referenced by makVrv::DT_PROTOCOL_NAMESPACE::CustomReflectedDynamicTerrainList::CustomReflectedDynamicTerrainList().

DtReflectedDynamicTerrain& DtReflectedDynamicTerrain::operator= ( const DtReflectedDynamicTerrain orig)
protected

Assignment operator not implemented.

Member Data Documentation

DtStateRepCreator DtReflectedDynamicTerrain::theStateRepCreator
staticprotected

The function called to create state repositories.


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


Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)