12 #if (DtHLA && !DtHLA_1516)
28 class DtVrlRtiAmbassador;
29 class DtGeodeticNormalizer;
33 typedef DtBoost::shared_ptr<DtDDMRegion> DtDDMRegionSP;
34 typedef std::set<DtDDMRegionSP> DtDDMRegionSet;
53 int numberOfExtents = 1);
61 const std::vector<DtString>& dimensionNameVector,
int numberOfExtents = 1);
68 void init(
const DtString& spaceName,
const std::vector<DtString>&
69 dimensionNameVector,
int numberOfExtents = 1);
74 virtual void initializeDimensions(
75 const std::vector<DtString>& dimensionNameVector);
79 virtual void setUpperBound(
const DtString& dimensionName,
unsigned long upperBound,
84 virtual void setLowerBound(
const DtString& dimensionName,
unsigned long lowerBound,
88 virtual void setDimensionBounds(
const DtString& dimensionName,
unsigned long
89 lowerBound,
unsigned long upperBound,
int extentIndex = 0);
93 virtual void notifyRtiOfUpdate();
97 virtual const RTI::Region* region()
const;
98 virtual RTI::Region* region();
102 virtual void addAttributeHandle(RTI::AttributeHandle handle);
110 virtual const RTI::AttributeHandleSet& attributeHandles()
const;
113 virtual int attributeHandleCount()
const;
116 virtual bool hasAttributeHandles()
const;
130 DtVrlRtiAmbassador* myRtiAmb;
131 RTI::Region* myRegion;
132 std::map<DtString, RTI::DimensionHandle> myDimensionMap;
133 RTI::SpaceHandle mySpaceHandle;
137 RTI::AttributeHandleSet* myAttributeHandles;
This file declares vlException.
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnDIS.h:62
#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.
Instances of DtString are used to represent strings.
Definition: vlString.h:29