![]() |
VR-Forces 5.0.2 Developer's Guide
|
Instances of DtReflectedLandSurface are used to represent a simulated HLAobjectRoot.METOC_Root.EnvironmentCondition.Weather.LandSurface object reflected across a network.

Public Types | |
| typedef DtLandSurfaceStateRepository *(* | DtStateRepCreator )() |
Public Member Functions | |
| DtReflectedLandSurface (DtHlaObject *obj, DtExerciseConn *exConn) | |
| virtual | ~DtReflectedLandSurface () |
| virtual DtLandSurfaceStateRepository * | landSurfaceStateRep () const |
| virtual DtLandSurfaceStateRepository * | lsr () const |
| virtual DtReflectedLandSurface * | next () const |
| virtual DtReflectedLandSurface * | prev () const |
| virtual DtReflectedLandSurface * | wrapNext () const |
| virtual DtReflectedLandSurface * | wrapPrev () const |
| virtual void | addPostUpdateCallback (DtLandSurfaceCallbackFunction cb, void *userData) |
| virtual void | removePostUpdateCallback (DtLandSurfaceCallbackFunction cb, void *userData) |
Static Public Member Functions | |
| static DtStateRepCreator | setStateRepCreator (DtStateRepCreator creator) |
Protected Member Functions | |
| DtReflectedLandSurface (const DtReflectedLandSurface &orig) | |
| DtReflectedLandSurface & | operator= (const DtReflectedLandSurface &orig) |
Static Protected Attributes | |
| static DtStateRepCreator | theStateRepCreator |
| 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.