27 class DT_DLL_LRC DtRegion13 :
public RTI::Region
34 DtRegion13(DtRegion* region);
36 virtual ~DtRegion13();
39 virtual RTI::ULong getRangeLowerBound(
40 RTI::ExtentIndex extentIndex,
41 RTI::DimensionHandle dimensionHandle)
const
43 RTI::ArrayIndexOutOfBounds);
46 virtual void setRangeLowerBound(
47 RTI::ExtentIndex extentIndex,
48 RTI::DimensionHandle dimensionHandle,
49 RTI::ULong lowerBound)
51 RTI::ArrayIndexOutOfBounds);
54 virtual RTI::ULong getRangeUpperBound(
55 RTI::ExtentIndex extentIndex,
56 RTI::DimensionHandle dimensionHandle)
const
58 RTI::ArrayIndexOutOfBounds);
61 virtual void setRangeUpperBound(
62 RTI::ExtentIndex extentIndex,
63 RTI::DimensionHandle dimensionHandle,
64 RTI::ULong upperBound)
66 RTI::ArrayIndexOutOfBounds);
69 virtual RTI::SpaceHandle getSpaceHandle()
const
73 virtual RTI::ULong getNumberOfExtents() const
77 virtual RTI::ULong getRangeLowerBoundNotificationLimit(
78 RTI::ExtentIndex extentIndex,
79 RTI::DimensionHandle dimensionHandle) const
81 RTI::ArrayIndexOutOfBounds);
84 virtual RTI::ULong getRangeUpperBoundNotificationLimit(
85 RTI::ExtentIndex extentIndex,
86 RTI::DimensionHandle dimensionHandle) const
88 RTI::ArrayIndexOutOfBounds);
91 virtual
void setRegionImpl(DtRegion* regionImpl);
92 virtual DtRegion* regionImpl();
#define DT_DLL_LRC
Definition: rtiMsConfig.h:155