8 #ifndef fixedGridRangeBounds_H_
9 #define fixedGridRangeBounds_H_
25 DtFixedGridRangeBounds();
27 DtFixedGridRangeBounds(
unsigned long lowerBound,
unsigned long upperBound);
29 DtFixedGridRangeBounds(DtFixedGridRangeBounds
const & rhs);
32 ~DtFixedGridRangeBounds()
36 DtFixedGridRangeBounds &operator=(DtFixedGridRangeBounds const & rhs);
39 void setLowerBound(
unsigned long lowerBound);
40 unsigned long getLowerBound() const;
43 void setUpperBound(
unsigned long upperBound);
44 unsigned long getUpperBound() const;
47 int overlap(DtFixedGridRangeBounds const & rangeBound) const;
51 unsigned long myLowerBound;
52 unsigned long myUpperBound;
55 inline
unsigned long DtFixedGridRangeBounds::getLowerBound()
const
60 inline unsigned long DtFixedGridRangeBounds::getUpperBound()
const
virtual Boolean throw(SpecifiedSaveLabelDoesNotExist, ConcurrentAccessAttempted, RTIinternalError)
#define DT_DLL_LRC
Definition: rtiMsConfig.h:155
The declaration of internal types.