VR-Forces 4.10 Class Documentation
 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. More...

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

Public Types

typedef
DtSubsurfaceLayerStateRepository *(* 
DtStateRepCreator )()
 Function prototype for functions that create a DtSubsurfaceLayerStateRepository. More...
 

Public Member Functions

 DtReflectedSubsurfaceLayer (DtHlaObject *obj, DtExerciseConn *exConn)
 Constructor. More...
 
virtual ~DtReflectedSubsurfaceLayer ()
 Destructor. More...
 
virtual
DtSubsurfaceLayerStateRepository
subsurfaceLayerStateRep () const
 Returns the SubsurfaceLayer's state repository. More...
 
virtual
DtSubsurfaceLayerStateRepository
ssr () const
 Shorter version of lifeformRep. More...
 
virtual
DtReflectedSubsurfaceLayer
next () const
 Returns the next reflected SubsurfaceLayer in the DtReflectedSubsurfaceLayerList. More...
 
virtual
DtReflectedSubsurfaceLayer
prev () const
 Returns the previous reflected SubsurfaceLayer in the DtReflectedSubsurfaceLayerList. More...
 
virtual
DtReflectedSubsurfaceLayer
wrapNext () const
 Returns the next reflected SubsurfaceLayer. More...
 
virtual
DtReflectedSubsurfaceLayer
wrapPrev () const
 Returns the previous reflected SubsurfaceLayer. More...
 
virtual void addPostUpdateCallback (DtSubsurfaceLayerCallbackFunction cb, void *userData)
 Add a callback that is called when the DtReflectedSubsurfaceLayer is updated. More...
 
virtual void removePostUpdateCallback (DtSubsurfaceLayerCallbackFunction cb, void *userData)
 Remove the callback that is called when the DtReflectedSubsurfaceLayer 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

 DtReflectedSubsurfaceLayer (const DtReflectedSubsurfaceLayer &orig)
 Copy Constructor not implemented. More...
 
DtReflectedSubsurfaceLayeroperator= (const DtReflectedSubsurfaceLayer &orig)
 Assignment operator not implemented. More...
 

Static Protected Attributes

static DtStateRepCreator theStateRepCreator
 The function called to create state repositories. More...
 

Detailed Description

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

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 Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)