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

Public Types | |
| typedef DtWaterSurfaceStateRepository *(* | DtStateRepCreator )() |
Public Member Functions | |
| DtReflectedWaterSurface (DtHlaObject *obj, DtExerciseConn *exConn) | |
| virtual | ~DtReflectedWaterSurface () |
| virtual DtWaterSurfaceStateRepository * | waterSurfaceStateRep () const |
| virtual DtWaterSurfaceStateRepository * | wsr () const |
| virtual DtReflectedWaterSurface * | next () const |
| virtual DtReflectedWaterSurface * | prev () const |
| virtual DtReflectedWaterSurface * | wrapNext () const |
| virtual DtReflectedWaterSurface * | wrapPrev () const |
| virtual void | addPostUpdateCallback (DtWaterSurfaceCallbackFunction cb, void *userData) |
| virtual void | removePostUpdateCallback (DtWaterSurfaceCallbackFunction cb, void *userData) |
Static Public Member Functions | |
| static DtStateRepCreator | setStateRepCreator (DtStateRepCreator creator) |
Protected Member Functions | |
| DtReflectedWaterSurface (const DtReflectedWaterSurface &orig) | |
| DtReflectedWaterSurface & | operator= (const DtReflectedWaterSurface &orig) |
Static Protected Attributes | |
| static DtStateRepCreator | theStateRepCreator |
| typedef DtWaterSurfaceStateRepository*(* makVrfMetoc::DtReflectedWaterSurface::DtStateRepCreator)() |
Function prototype for functions that create a DtWaterSurfaceStateRepository.
| makVrfMetoc::DtReflectedWaterSurface::DtReflectedWaterSurface | ( | DtHlaObject * | obj, |
| DtExerciseConn * | exConn | ||
| ) |
Constructor.
|
virtual |
Destructor.
|
protected |
Copy Constructor not implemented.
|
inlinevirtual |
Returns the WaterSurface's state repository.
|
inlinevirtual |
Shorter version of lifeformRep.
|
virtual |
Returns the next reflected WaterSurface in the DtReflectedWaterSurfaceList.
|
virtual |
Returns the previous reflected WaterSurface in the DtReflectedWaterSurfaceList.
|
virtual |
Returns the next reflected WaterSurface. Will cycle back to the first remote WaterSurface in the DtReflectedWaterSurfaceList.
|
virtual |
Returns the previous reflected WaterSurface. Will cycle back to the first remote WaterSurface in the DtReflectedWaterSurfaceList.
|
virtual |
Add a callback that is called when the DtReflectedWaterSurface is updated.
|
virtual |
Remove the callback that is called when the DtReflectedWaterSurface 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.