11 #if (DtHLA && DtHLA_1516)
51 virtual void init(
const std::vector<DtString>& dimensionNameVector);
57 virtual void initializeDimensions(
58 const std::vector<DtString>& dimensionNameVector);
61 virtual void initializeDimensions(
62 const RTI::DimensionHandleSet& dimHandles );
66 virtual void setUpperBound(
const DtString& dimensionName,
unsigned long upperBound );
70 virtual void setLowerBound(
const DtString& dimensionName,
unsigned long lowerBound );
74 virtual void setDimensionBounds(
const DtString& dimensionName,
unsigned long
75 lowerBound,
unsigned long upperBound);
79 virtual void notifyRtiOfUpdate();
83 virtual RTI::RegionHandle regionHandle();
84 virtual const RTI::RegionHandle regionHandle()
const;
88 virtual void addAttributeHandle(RTI::AttributeHandle handle);
95 virtual const RTI::AttributeHandleSet& attributeHandles()
const;
98 virtual int attributeHandleCount()
const;
101 virtual bool hasAttributeHandles()
const;
108 virtual void createRegion();
123 : handle(), lowerBound(0), upperBound(1), dirty(true) {}
125 : handle(handleToUse), lowerBound(0), upperBound(1), dirty(true) {}
This file declares vlException.
std::map< DtString, DtDimensionHandleBoundsStruct > myDimensionMap
Definition: region1516.h:135
bool dirty
Definition: region1516.h:130
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:60
unsigned int upperBound
Definition: region1516.h:129
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Includes Boost smart pointers and aliases the Boost namespace.
This file provides a definition of GeodeticCoords and several helper functions.
RTI::DimensionHandle handle
Definition: region1516.h:127
DtBoost::shared_ptr< DtDDMRegion > DtDDMRegionSP
Definition: region1516.h:29
DtDimensionHandleBoundsStruct()
Definition: region1516.h:122
RTI::RegionHandle myRegionHandle
Definition: region1516.h:133
Instances of DtDDMRegion create an RTI region with specified dimensions.
Definition: region1516.h:36
std::set< DtDDMRegionSP > DtDDMRegionSet
Definition: region1516.h:32
DtExerciseConn * myExConn
Definition: region1516.h:138
DtVrlRtiAmbassador * myRtiAmb
Definition: region1516.h:134
DtDimensionHandleBoundsStruct(RTI::DimensionHandle handleToUse)
Definition: region1516.h:124
Instances of DtVrlRtiAmbassador are for wrapping the calls to The RTI ambassador so that we may overr...
Definition: vrlRtiAmbassador1516.h:25
Instances of DtString are used to represent strings.
Definition: vlString.h:29
This file provides protocol independence for the DtVrlRtiAmbassador class.
Definition: geodeticNormalizer.h:57
RTI::AttributeHandleSet * myAttributeHandles
Definition: region1516.h:139
Definition: region1516.h:120
unsigned int lowerBound
Definition: region1516.h:128