![]() |
VR-Vantage 2.7 API Documentation
|
Instances of DtReflectedDynamicTerrain are used to represent a simulated HLAobjectRoot.DynamicTerrain object reflected across a network. More...

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 DtReflectedDynamicTerrain * | next () const |
| Returns the next reflected DynamicTerrain in the DtReflectedDynamicTerrainList. | |
| virtual DtReflectedDynamicTerrain * | prev () const |
| Returns the previous reflected DynamicTerrain in the DtReflectedDynamicTerrainList. | |
| virtual DtReflectedDynamicTerrain * | wrapNext () const |
| Returns the next reflected DynamicTerrain. | |
| virtual DtReflectedDynamicTerrain * | wrapPrev () 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. | |
| DtReflectedDynamicTerrain & | operator= (const DtReflectedDynamicTerrain &orig) |
| Assignment operator not implemented. | |
Static Protected Attributes | |
| static DtStateRepCreator | theStateRepCreator |
| The function called to create state repositories. | |
Instances of DtReflectedDynamicTerrain are used to represent a simulated HLAobjectRoot.DynamicTerrain object reflected across a network.
| typedef DtDynamicTerrainStateRepository*(* DtReflectedDynamicTerrain::DtStateRepCreator)() |
Function prototype for functions that create a DtDynamicTerrainStateRepository.
| DtReflectedDynamicTerrain::DtReflectedDynamicTerrain | ( | DtHlaObject * | obj, |
| DtExerciseConn * | exConn | ||
| ) |
Constructor.
|
virtual |
Destructor.
|
protected |
Copy Constructor not implemented.
|
inlinevirtual |
Returns the DynamicTerrain's state repository.
|
inlinevirtual |
Shorter version of lifeformRep.
Referenced by makVrv::DT_PROTOCOL_NAMESPACE::DtDynamicTerrainStateListener::dsr(), and makVrv::DT_PROTOCOL_NAMESPACE::CustomReflectedDynamicTerrainList::newReflectedObject().
|
virtual |
Returns the next reflected DynamicTerrain in the DtReflectedDynamicTerrainList.
|
virtual |
Returns the previous reflected DynamicTerrain in the DtReflectedDynamicTerrainList.
|
virtual |
Returns the next reflected DynamicTerrain.
Will cycle back to the first remote DynamicTerrain in the DtReflectedDynamicTerrainList.
|
virtual |
Returns the previous reflected DynamicTerrain.
Will cycle back to the first remote DynamicTerrain in the DtReflectedDynamicTerrainList.
|
virtual |
Add a callback that is called when the DtReflectedDynamicTerrain is updated.
|
virtual |
Remove the callback that is called when the DtReflectedDynamicTerrain is updated.
|
static |
Set the function to be called for creating state repositories.
Referenced by makVrv::DT_PROTOCOL_NAMESPACE::CustomReflectedDynamicTerrainList::CustomReflectedDynamicTerrainList().
|
protected |
Assignment operator not implemented.
|
staticprotected |
The function called to create state repositories.