11 #if (DtHLA && DtHLA_1516)
38 virtual RTI::RegionHandle regionHandle()
const;
41 virtual const RTI::DimensionHandleSet dimensionHandles()
const;
44 virtual const std::set<DtString>& dimensionNames()
const;
47 virtual RTI::DimensionHandle dimensionHandle(
const DtString& dimName)
const;
51 virtual bool getDimensionName(RTI::DimensionHandle dimHandle,
DtString& dimName)
const;
55 virtual bool getRangeBounds( RTI::DimensionHandle dimHandle, RTI::RangeBounds& rangeBounds)
const;
59 virtual bool getRangeBounds(
const DtString& dimName, RTI::RangeBounds& rangeBounds)
const;
71 RTI::RegionHandle myRegionHandle;
72 mutable std::set<DtString> myDimensionNames;
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:58
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Contains the DtString class declaration.
The DtDDMConveyedRegion class provides a wrapper around a RTI conveyed region.
Definition: ddmConveyedRegion13.h:24
Instances of DtVrlRtiAmbassador are for wrapping the calls to The RTI ambassador so that we may overr...
Definition: vrlRtiAmbassador1516e.h:24
Instances of DtString are used to represent strings.
Definition: vlString.h:29