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

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