![]() |
VR-Forces 4.10 Class Documentation
|
Instances of DtReflectedLandSurface are used to represent a simulated HLAobjectRoot.METOC_Root.EnvironmentCondition.Weather.LandSurface object reflected across a network. More...

Public Types | |
| typedef DtLandSurfaceStateRepository *(* | DtStateRepCreator )() |
| Function prototype for functions that create a DtLandSurfaceStateRepository. More... | |
Public Member Functions | |
| DtReflectedLandSurface (DtHlaObject *obj, DtExerciseConn *exConn) | |
| Constructor. More... | |
| virtual | ~DtReflectedLandSurface () |
| Destructor. More... | |
| virtual DtLandSurfaceStateRepository * | landSurfaceStateRep () const |
| Returns the LandSurface's state repository. More... | |
| virtual DtLandSurfaceStateRepository * | lsr () const |
| Shorter version of lifeformRep. More... | |
| virtual DtReflectedLandSurface * | next () const |
| Returns the next reflected LandSurface in the DtReflectedLandSurfaceList. More... | |
| virtual DtReflectedLandSurface * | prev () const |
| Returns the previous reflected LandSurface in the DtReflectedLandSurfaceList. More... | |
| virtual DtReflectedLandSurface * | wrapNext () const |
| Returns the next reflected LandSurface. More... | |
| virtual DtReflectedLandSurface * | wrapPrev () const |
| Returns the previous reflected LandSurface. More... | |
| virtual void | addPostUpdateCallback (DtLandSurfaceCallbackFunction cb, void *userData) |
| Add a callback that is called when the DtReflectedLandSurface is updated. More... | |
| virtual void | removePostUpdateCallback (DtLandSurfaceCallbackFunction cb, void *userData) |
| Remove the callback that is called when the DtReflectedLandSurface is updated. More... | |
Static Public Member Functions | |
| static DtStateRepCreator | setStateRepCreator (DtStateRepCreator creator) |
| Set the function to be called for creating state repositories. More... | |
Protected Member Functions | |
| DtReflectedLandSurface (const DtReflectedLandSurface &orig) | |
| Copy Constructor not implemented. More... | |
| DtReflectedLandSurface & | operator= (const DtReflectedLandSurface &orig) |
| Assignment operator not implemented. More... | |
Static Protected Attributes | |
| static DtStateRepCreator | theStateRepCreator |
| The function called to create state repositories. More... | |
Instances of DtReflectedLandSurface are used to represent a simulated HLAobjectRoot.METOC_Root.EnvironmentCondition.Weather.LandSurface object reflected across a network.
| typedef DtLandSurfaceStateRepository*(* makVrfMetoc::DtReflectedLandSurface::DtStateRepCreator)() |
Function prototype for functions that create a DtLandSurfaceStateRepository.
| makVrfMetoc::DtReflectedLandSurface::DtReflectedLandSurface | ( | DtHlaObject * | obj, |
| DtExerciseConn * | exConn | ||
| ) |
Constructor.
|
virtual |
Destructor.
|
protected |
Copy Constructor not implemented.
|
inlinevirtual |
Returns the LandSurface's state repository.
|
inlinevirtual |
Shorter version of lifeformRep.
|
virtual |
Returns the next reflected LandSurface in the DtReflectedLandSurfaceList.
|
virtual |
Returns the previous reflected LandSurface in the DtReflectedLandSurfaceList.
|
virtual |
Returns the next reflected LandSurface.
Will cycle back to the first remote LandSurface in the DtReflectedLandSurfaceList.
|
virtual |
Returns the previous reflected LandSurface.
Will cycle back to the first remote LandSurface in the DtReflectedLandSurfaceList.
|
virtual |
Add a callback that is called when the DtReflectedLandSurface is updated.
|
virtual |
Remove the callback that is called when the DtReflectedLandSurface is updated.
|
static |
Set the function to be called for creating state repositories.
|
protected |
Assignment operator not implemented.
|
staticprotected |
The function called to create state repositories.