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::DtReflectedWaterSurface Class Reference

Instances of DtReflectedWaterSurface are used to represent a simulated HLAobjectRoot.METOC_Root.EnvironmentCondition.Weather.WaterSurface object reflected across a network. More...

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

Public Types

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

Public Member Functions

 DtReflectedWaterSurface (DtHlaObject *obj, DtExerciseConn *exConn)
 Constructor. More...
 
virtual ~DtReflectedWaterSurface ()
 Destructor. More...
 
virtual
DtWaterSurfaceStateRepository
waterSurfaceStateRep () const
 Returns the WaterSurface's state repository. More...
 
virtual
DtWaterSurfaceStateRepository
wsr () const
 Shorter version of lifeformRep. More...
 
virtual DtReflectedWaterSurfacenext () const
 Returns the next reflected WaterSurface in the DtReflectedWaterSurfaceList. More...
 
virtual DtReflectedWaterSurfaceprev () const
 Returns the previous reflected WaterSurface in the DtReflectedWaterSurfaceList. More...
 
virtual DtReflectedWaterSurfacewrapNext () const
 Returns the next reflected WaterSurface. More...
 
virtual DtReflectedWaterSurfacewrapPrev () const
 Returns the previous reflected WaterSurface. More...
 
virtual void addPostUpdateCallback (DtWaterSurfaceCallbackFunction cb, void *userData)
 Add a callback that is called when the DtReflectedWaterSurface is updated. More...
 
virtual void removePostUpdateCallback (DtWaterSurfaceCallbackFunction cb, void *userData)
 Remove the callback that is called when the DtReflectedWaterSurface 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

 DtReflectedWaterSurface (const DtReflectedWaterSurface &orig)
 Copy Constructor not implemented. More...
 
DtReflectedWaterSurfaceoperator= (const DtReflectedWaterSurface &orig)
 Assignment operator not implemented. More...
 

Static Protected Attributes

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

Detailed Description

Instances of DtReflectedWaterSurface are used to represent a simulated HLAobjectRoot.METOC_Root.EnvironmentCondition.Weather.WaterSurface object reflected across a network.

Member Typedef Documentation

typedef DtWaterSurfaceStateRepository*(* makVrfMetoc::DtReflectedWaterSurface::DtStateRepCreator)()

Function prototype for functions that create a DtWaterSurfaceStateRepository.

Constructor & Destructor Documentation

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

Constructor.

virtual makVrfMetoc::DtReflectedWaterSurface::~DtReflectedWaterSurface ( )
virtual

Destructor.

makVrfMetoc::DtReflectedWaterSurface::DtReflectedWaterSurface ( const DtReflectedWaterSurface orig)
protected

Copy Constructor not implemented.

Member Function Documentation

DtWaterSurfaceStateRepository * makVrfMetoc::DtReflectedWaterSurface::waterSurfaceStateRep ( ) const
inlinevirtual

Returns the WaterSurface's state repository.

DtWaterSurfaceStateRepository * makVrfMetoc::DtReflectedWaterSurface::wsr ( ) const
inlinevirtual

Shorter version of lifeformRep.

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

Returns the next reflected WaterSurface in the DtReflectedWaterSurfaceList.

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

Returns the previous reflected WaterSurface in the DtReflectedWaterSurfaceList.

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

Returns the next reflected WaterSurface.

Will cycle back to the first remote WaterSurface in the DtReflectedWaterSurfaceList.

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

Returns the previous reflected WaterSurface.

Will cycle back to the first remote WaterSurface in the DtReflectedWaterSurfaceList.

virtual void makVrfMetoc::DtReflectedWaterSurface::addPostUpdateCallback ( DtWaterSurfaceCallbackFunction  cb,
void *  userData 
)
virtual

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

virtual void makVrfMetoc::DtReflectedWaterSurface::removePostUpdateCallback ( DtWaterSurfaceCallbackFunction  cb,
void *  userData 
)
virtual

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

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

Set the function to be called for creating state repositories.

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

Assignment operator not implemented.

Member Data Documentation

DtStateRepCreator makVrfMetoc::DtReflectedWaterSurface::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)