VR-Vantage 2.3 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 | Static Protected Attributes | Private Member Functions
DtRectangularPyramidPublisher Class Reference

Instances of DtRectangularPyramidPublisher publish SensorFieldOfView.RectangularPyramid objects to the network. More...

Inheritance diagram for DtRectangularPyramidPublisher:
Inheritance graph
[legend]

Public Types

typedef
DtRectangularPyramidStateRepository *(* 
DtStateRepCreator )()
 Function prototype for a function that creates a DtRectangularPyramidStateRepository.

Public Member Functions

 DtRectangularPyramidPublisher (DtRectangularPyramidStateRepository *stateRepToUse, DtExerciseConn *conn, const char *name=0, const DtDDMRegionSet *regionSetToUse=0)
 Constructor.
 DtRectangularPyramidPublisher (RTI::ObjectClassHandle h, DtExerciseConn *conn, const char *name=0, const DtDDMRegionSet *regionSetToUse=0)
 Constructor.
 DtRectangularPyramidPublisher (DtExerciseConn *conn, const char *name=0, const DtDDMRegionSet *regionSetToUse=0)
 Constructor.
 DtRectangularPyramidPublisher (DtHlaObjectWithStateRep *obj, DtExerciseConn *conn)
 Constructor that creates a publisher for an existing DtHlaObject.
virtual ~DtRectangularPyramidPublisher ()
 Destructor.
virtual
DtRectangularPyramidStateRepository
rectangularPyramidStateRep ()
 Returns a pointer to the DtRectangularPyramidStateRepository - through which you can set or inspect current state information.
virtual
DtRectangularPyramidStateRepository
rsr ()
 Synonym for rectangularPyramidStateRep().

Static Public Member Functions

static DtStateRepCreator setStateRepCreator (DtStateRepCreator creator)
 Give us a function to be used for creating SRs.

Static Protected Attributes

static DtStateRepCreator theStateRepCreator

Private Member Functions

 DtRectangularPyramidPublisher (const DtRectangularPyramidPublisher &orig)
 Copy Constructor – not implemented.
DtRectangularPyramidPublisheroperator= (const DtRectangularPyramidPublisher &orig)
 Assignment operator – not implemented.

Detailed Description

Instances of DtRectangularPyramidPublisher publish SensorFieldOfView.RectangularPyramid objects to the network.

Member Typedef Documentation

typedef DtRectangularPyramidStateRepository*(* DtRectangularPyramidPublisher::DtStateRepCreator)()

Function prototype for a function that creates a DtRectangularPyramidStateRepository.

Constructor & Destructor Documentation

DtRectangularPyramidPublisher::DtRectangularPyramidPublisher ( DtRectangularPyramidStateRepository stateRepToUse,
DtExerciseConn *  conn,
const char *  name = 0,
const DtDDMRegionSet *  regionSetToUse = 0 
)

Constructor.

DtRectangularPyramidPublisher::DtRectangularPyramidPublisher ( RTI::ObjectClassHandle  h,
DtExerciseConn *  conn,
const char *  name = 0,
const DtDDMRegionSet *  regionSetToUse = 0 
)

Constructor.

DtRectangularPyramidPublisher::DtRectangularPyramidPublisher ( DtExerciseConn *  conn,
const char *  name = 0,
const DtDDMRegionSet *  regionSetToUse = 0 
)

Constructor.

DtRectangularPyramidPublisher::DtRectangularPyramidPublisher ( DtHlaObjectWithStateRep *  obj,
DtExerciseConn *  conn 
)

Constructor that creates a publisher for an existing DtHlaObject.

(DtHlaObjectWithStateRep is derived from DtHlaObject.) Typically used in conjunction with ownership management, when you want to take ownership and begin updating some attributes of an object that you have already discovered.

virtual DtRectangularPyramidPublisher::~DtRectangularPyramidPublisher ( )
virtual

Destructor.

DtRectangularPyramidPublisher::DtRectangularPyramidPublisher ( const DtRectangularPyramidPublisher orig)
private

Copy Constructor – not implemented.

Member Function Documentation

DtRectangularPyramidPublisher& DtRectangularPyramidPublisher::operator= ( const DtRectangularPyramidPublisher orig)
private

Assignment operator – not implemented.

DtRectangularPyramidStateRepository * DtRectangularPyramidPublisher::rectangularPyramidStateRep ( )
inlinevirtual

Returns a pointer to the DtRectangularPyramidStateRepository - through which you can set or inspect current state information.

DtRectangularPyramidStateRepository * DtRectangularPyramidPublisher::rsr ( )
inlinevirtual
static DtStateRepCreator DtRectangularPyramidPublisher::setStateRepCreator ( DtStateRepCreator  creator)
static

Give us a function to be used for creating SRs.

Member Data Documentation

DtStateRepCreator DtRectangularPyramidPublisher::theStateRepCreator
staticprotected

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


Copyright © 2005-2018 VT MAK. All Rights Reserved (www.mak.com)