VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Static Protected Attributes
makVrfMetoc::DtReflectedSubsurfaceLayer Class Reference

Instances of DtReflectedSubsurfaceLayer are used to represent a simulated HLAobjectRoot.METOC_Root.EnvironmentCondition.SubsurfaceLayer object reflected across a network.

Inheritance diagram for makVrfMetoc::DtReflectedSubsurfaceLayer:
Inheritance graph
[legend]

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)
 
DtReflectedSubsurfaceLayeroperator= (const DtReflectedSubsurfaceLayer &orig)
 

Static Protected Attributes

static DtStateRepCreator theStateRepCreator
 

Member Typedef Documentation

typedef DtSubsurfaceLayerStateRepository*(* makVrfMetoc::DtReflectedSubsurfaceLayer::DtStateRepCreator)()

Function prototype for functions that create a DtSubsurfaceLayerStateRepository.

Constructor & Destructor Documentation

makVrfMetoc::DtReflectedSubsurfaceLayer::DtReflectedSubsurfaceLayer ( DtHlaObject *  obj,
DtExerciseConn *  exConn 
)

Constructor.

virtual makVrfMetoc::DtReflectedSubsurfaceLayer::~DtReflectedSubsurfaceLayer ( )
virtual

Destructor.

makVrfMetoc::DtReflectedSubsurfaceLayer::DtReflectedSubsurfaceLayer ( const DtReflectedSubsurfaceLayer orig)
protected

Copy Constructor not implemented.

Member Function Documentation

DtSubsurfaceLayerStateRepository * makVrfMetoc::DtReflectedSubsurfaceLayer::subsurfaceLayerStateRep ( ) const
inlinevirtual

Returns the SubsurfaceLayer's state repository.

DtSubsurfaceLayerStateRepository * makVrfMetoc::DtReflectedSubsurfaceLayer::ssr ( ) const
inlinevirtual

Shorter version of lifeformRep.

virtual DtReflectedSubsurfaceLayer* makVrfMetoc::DtReflectedSubsurfaceLayer::next ( ) const
virtual

Returns the next reflected SubsurfaceLayer in the DtReflectedSubsurfaceLayerList.

virtual DtReflectedSubsurfaceLayer* makVrfMetoc::DtReflectedSubsurfaceLayer::prev ( ) const
virtual

Returns the previous reflected SubsurfaceLayer in the DtReflectedSubsurfaceLayerList.

virtual DtReflectedSubsurfaceLayer* makVrfMetoc::DtReflectedSubsurfaceLayer::wrapNext ( ) const
virtual

Returns the next reflected SubsurfaceLayer. Will cycle back to the first remote SubsurfaceLayer in the DtReflectedSubsurfaceLayerList.

virtual DtReflectedSubsurfaceLayer* makVrfMetoc::DtReflectedSubsurfaceLayer::wrapPrev ( ) const
virtual

Returns the previous reflected SubsurfaceLayer. Will cycle back to the first remote SubsurfaceLayer in the DtReflectedSubsurfaceLayerList.

virtual void makVrfMetoc::DtReflectedSubsurfaceLayer::addPostUpdateCallback ( DtSubsurfaceLayerCallbackFunction  cb,
void *  userData 
)
virtual

Add a callback that is called when the DtReflectedSubsurfaceLayer is updated.

virtual void makVrfMetoc::DtReflectedSubsurfaceLayer::removePostUpdateCallback ( DtSubsurfaceLayerCallbackFunction  cb,
void *  userData 
)
virtual

Remove the callback that is called when the DtReflectedSubsurfaceLayer is updated.

static DtStateRepCreator makVrfMetoc::DtReflectedSubsurfaceLayer::setStateRepCreator ( DtStateRepCreator  creator)
static

Set the function to be called for creating state repositories.

DtReflectedSubsurfaceLayer& makVrfMetoc::DtReflectedSubsurfaceLayer::operator= ( const DtReflectedSubsurfaceLayer orig)
protected

Assignment operator not implemented.

Member Data Documentation

DtStateRepCreator makVrfMetoc::DtReflectedSubsurfaceLayer::theStateRepCreator
staticprotected

The function called to create state repositories.


The documentation for this class was generated from the following file:

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)