VR-Vantage 2.8 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Static Protected Attributes
DtReflectedRectangularPyramid Class Reference

Instances of DtReflectedRectangularPyramid are used to represent a simulated HLAobjectRoot.SensorFieldOfView.RectangularPyramid object reflected across a network. More...

Inheritance diagram for DtReflectedRectangularPyramid:
Inheritance graph
[legend]

Public Types

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

Public Member Functions

 DtReflectedRectangularPyramid (DtHlaObject *obj, DtExerciseConn *exConn)
 Constructor.
virtual ~DtReflectedRectangularPyramid ()
 Destructor.
virtual
DtRectangularPyramidStateRepository
rectangularPyramidStateRep () const
 Returns the RectangularPyramid's state repository.
virtual
DtRectangularPyramidStateRepository
rsr () const
 Shorter version of lifeformRep.
virtual
DtReflectedRectangularPyramid
next () const
 Returns the next reflected RectangularPyramid in the DtReflectedRectangularPyramidList.
virtual
DtReflectedRectangularPyramid
prev () const
 Returns the previous reflected RectangularPyramid in the DtReflectedRectangularPyramidList.
virtual
DtReflectedRectangularPyramid
wrapNext () const
 Returns the next reflected RectangularPyramid.
virtual
DtReflectedRectangularPyramid
wrapPrev () const
 Returns the previous reflected RectangularPyramid.
virtual void addPostUpdateCallback (DtRectangularPyramidCallbackFunction cb, void *userData)
 Add a callback that is called when the DtReflectedRectangularPyramid is updated.
virtual void removePostUpdateCallback (DtRectangularPyramidCallbackFunction cb, void *userData)
 Remove the callback that is called when the DtReflectedRectangularPyramid is updated.

Static Public Member Functions

static DtStateRepCreator setStateRepCreator (DtStateRepCreator creator)
 Set the function to be called for creating state repositories.

Protected Member Functions

 DtReflectedRectangularPyramid (const DtReflectedRectangularPyramid &orig)
 Copy Constructor not implemented.
DtReflectedRectangularPyramidoperator= (const DtReflectedRectangularPyramid &orig)
 Assignment operator not implemented.

Static Protected Attributes

static DtStateRepCreator theStateRepCreator
 The function called to create state repositories.

Detailed Description

Instances of DtReflectedRectangularPyramid are used to represent a simulated HLAobjectRoot.SensorFieldOfView.RectangularPyramid object reflected across a network.

Member Typedef Documentation

typedef DtRectangularPyramidStateRepository*(* DtReflectedRectangularPyramid::DtStateRepCreator)()

Function prototype for functions that create a DtRectangularPyramidStateRepository.

Constructor & Destructor Documentation

DtReflectedRectangularPyramid::DtReflectedRectangularPyramid ( DtHlaObject *  obj,
DtExerciseConn *  exConn 
)

Constructor.

virtual DtReflectedRectangularPyramid::~DtReflectedRectangularPyramid ( )
virtual

Destructor.

DtReflectedRectangularPyramid::DtReflectedRectangularPyramid ( const DtReflectedRectangularPyramid orig)
protected

Copy Constructor not implemented.

Member Function Documentation

DtRectangularPyramidStateRepository * DtReflectedRectangularPyramid::rectangularPyramidStateRep ( ) const
inlinevirtual

Returns the RectangularPyramid's state repository.

DtRectangularPyramidStateRepository * DtReflectedRectangularPyramid::rsr ( ) const
inlinevirtual
virtual DtReflectedRectangularPyramid* DtReflectedRectangularPyramid::next ( ) const
virtual
virtual DtReflectedRectangularPyramid* DtReflectedRectangularPyramid::prev ( ) const
virtual

Returns the previous reflected RectangularPyramid in the DtReflectedRectangularPyramidList.

virtual DtReflectedRectangularPyramid* DtReflectedRectangularPyramid::wrapNext ( ) const
virtual

Returns the next reflected RectangularPyramid.

Will cycle back to the first remote RectangularPyramid in the DtReflectedRectangularPyramidList.

virtual DtReflectedRectangularPyramid* DtReflectedRectangularPyramid::wrapPrev ( ) const
virtual

Returns the previous reflected RectangularPyramid.

Will cycle back to the first remote RectangularPyramid in the DtReflectedRectangularPyramidList.

virtual void DtReflectedRectangularPyramid::addPostUpdateCallback ( DtRectangularPyramidCallbackFunction  cb,
void userData 
)
virtual
virtual void DtReflectedRectangularPyramid::removePostUpdateCallback ( DtRectangularPyramidCallbackFunction  cb,
void userData 
)
virtual

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

static DtStateRepCreator DtReflectedRectangularPyramid::setStateRepCreator ( DtStateRepCreator  creator)
static

Set the function to be called for creating state repositories.

DtReflectedRectangularPyramid& DtReflectedRectangularPyramid::operator= ( const DtReflectedRectangularPyramid orig)
protected

Assignment operator not implemented.

Member Data Documentation

DtStateRepCreator DtReflectedRectangularPyramid::theStateRepCreator
staticprotected

The function called to create state repositories.


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


Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)