The DtDDMConveyedRegion class provides a wrapper around a RTI conveyed region.
More...
Public Member Functions |
| | DtDDMConveyedRegion (DtExerciseConn *exConn, const RTI::Region *region) |
| | Construct using the conveyed region.
|
| virtual | ~DtDDMConveyedRegion () |
| | Destructor.
|
| virtual const RTI::Region * | rtiRegion () const |
| | Get the RTI region.
|
| virtual RTI::RegionToken | regionToken () const |
| | Get the RTI region token.
|
| virtual RTI::SpaceHandle | spaceHandle () const |
| | Get the routing space handle.
|
| virtual const DtString & | spaceName () const |
| | Get the routing space name.
|
| virtual const DtRoutingSpaceDesc * | routingSpace () const |
| | Get the routing space descriptor Returns 0 if not defined.
|
virtual const
DtDimensionHandleSet & | dimensionHandles () const |
| | The routing space dimension handles.
|
| virtual unsigned int | numberExtents () const |
| | Get the number of extents.
|
| virtual unsigned long | lowerBound (int extentIndex, RTI::DimensionHandle dimensionHandle) const |
| | Get the lower bound for an extent using dimension handle.
|
| virtual unsigned long | lowerBound (int extentIndex, const DtString &dimensionName) const |
| | Get the lower bound for an extent using dimension name.
|
| virtual unsigned long | upperBound (int extentIndex, RTI::DimensionHandle dimensionHandle) const |
| | Get the upper bound for an extent using dimension handle.
|
| virtual unsigned long | upperBound (int extentIndex, const DtString &dimensionName) const |
| | Get the upper bound for an extent using dimension name.
|
Detailed Description
The DtDDMConveyedRegion class provides a wrapper around a RTI conveyed region.
Constructor & Destructor Documentation
| DtDDMConveyedRegion::DtDDMConveyedRegion |
( |
DtExerciseConn * |
exConn, |
|
|
const RTI::Region * |
region |
|
) |
| |
Construct using the conveyed region.
Exercise connection provided to support interaction with RTI
| virtual DtDDMConveyedRegion::~DtDDMConveyedRegion |
( |
| ) |
|
|
virtual |
Copy constructor. Not implemented. Access only valid during callback.
Member Function Documentation
The routing space dimension handles.
| virtual unsigned long DtDDMConveyedRegion::lowerBound |
( |
int |
extentIndex, |
|
|
RTI::DimensionHandle |
dimensionHandle |
|
) |
| const |
|
virtual |
Get the lower bound for an extent using dimension handle.
| virtual unsigned long DtDDMConveyedRegion::lowerBound |
( |
int |
extentIndex, |
|
|
const DtString & |
dimensionName |
|
) |
| const |
|
virtual |
Get the lower bound for an extent using dimension name.
| virtual unsigned int DtDDMConveyedRegion::numberExtents |
( |
| ) |
const |
|
virtual |
Get the number of extents.
Assignment operator. Not implemented. Access only valid during callback.
| virtual RTI::RegionToken DtDDMConveyedRegion::regionToken |
( |
| ) |
const |
|
virtual |
Get the RTI region token.
Get the routing space descriptor Returns 0 if not defined.
| virtual const RTI::Region* DtDDMConveyedRegion::rtiRegion |
( |
| ) |
const |
|
virtual |
| virtual RTI::SpaceHandle DtDDMConveyedRegion::spaceHandle |
( |
| ) |
const |
|
virtual |
Get the routing space handle.
| virtual const DtString& DtDDMConveyedRegion::spaceName |
( |
| ) |
const |
|
virtual |
Get the routing space name.
| virtual unsigned long DtDDMConveyedRegion::upperBound |
( |
int |
extentIndex, |
|
|
RTI::DimensionHandle |
dimensionHandle |
|
) |
| const |
|
virtual |
Get the upper bound for an extent using dimension handle.
| virtual unsigned long DtDDMConveyedRegion::upperBound |
( |
int |
extentIndex, |
|
|
const DtString & |
dimensionName |
|
) |
| const |
|
virtual |
Get the upper bound for an extent using dimension name.
Member Data Documentation
| const RTI::Region* DtDDMConveyedRegion::myRegion |
|
protected |
The documentation for this class was generated from the following file: