The DtDDMConveyedRegion class provides a wrapper around a RTI conveyed region.
More...
The DtDDMConveyedRegion class provides a wrapper around a RTI conveyed region.
| DtDDMConveyedRegion::DtDDMConveyedRegion |
( |
DtExerciseConn * |
exConn, |
|
|
RTI::RegionHandle |
regionHandle |
|
) |
| |
Construct usuing the region handle of the conveyed region.
Exercise connection provided to support interaction with RTI
| virtual DtDDMConveyedRegion::~DtDDMConveyedRegion |
( |
| ) |
|
|
virtual |
Copy constructor. Not implemented. Access only valid during callback.
| virtual RTI::DimensionHandle DtDDMConveyedRegion::dimensionHandle |
( |
const DtString & |
dimName | ) |
const |
|
virtual |
Get dimension handle from name.
| virtual const RTI::DimensionHandleSet DtDDMConveyedRegion::dimensionHandles |
( |
| ) |
const |
|
virtual |
Return the set of dimension handles.
| virtual const std::set<DtString>& DtDDMConveyedRegion::dimensionNames |
( |
| ) |
const |
|
virtual |
Return the set of dimension names.
| virtual bool DtDDMConveyedRegion::getDimensionName |
( |
RTI::DimensionHandle |
dimHandle, |
|
|
DtString & |
dimName |
|
) |
| const |
|
virtual |
Get dimension name from handle Return boo: retrieved named successfully?
| virtual bool DtDDMConveyedRegion::getRangeBounds |
( |
RTI::DimensionHandle |
dimHandle, |
|
|
RTI::RangeBounds & |
rangeBounds |
|
) |
| const |
|
virtual |
Get the range bounds for the dimension specified by the given handle Return bool: found dimension in region.
| virtual bool DtDDMConveyedRegion::getRangeBounds |
( |
const DtString & |
dimName, |
|
|
RTI::RangeBounds & |
rangeBounds |
|
) |
| const |
|
virtual |
Get the range bounds for the dimension specified by the given name Return bool: found dimension in region.
Assignment operator. Not implemented. Access only valid during callback.
| virtual RTI::RegionHandle DtDDMConveyedRegion::regionHandle |
( |
| ) |
const |
|
virtual |
Return the RTI region handle.
| std::set<DtString> DtDDMConveyedRegion::myDimensionNames |
|
mutableprotected |
| RTI::RegionHandle DtDDMConveyedRegion::myRegionHandle |
|
protected |
The documentation for this class was generated from the following file: