#include <RTI.hh>

Public Member Functions | |
| virtual | ~Region () |
| virtual ULong | getRangeLowerBound (ExtentIndex, DimensionHandle) const =0 throw (ArrayIndexOutOfBounds) |
| virtual ULong | getRangeUpperBound (ExtentIndex, DimensionHandle) const =0 throw (ArrayIndexOutOfBounds) |
| virtual void | setRangeLowerBound (ExtentIndex, DimensionHandle, ULong)=0 throw (ArrayIndexOutOfBounds) |
| virtual void | setRangeUpperBound (ExtentIndex, DimensionHandle, ULong)=0 throw (ArrayIndexOutOfBounds) |
| virtual SpaceHandle | getSpaceHandle () const =0 throw () |
| virtual ULong | getNumberOfExtents () const =0 throw () |
| virtual ULong | getRangeLowerBoundNotificationLimit (ExtentIndex, DimensionHandle) const =0 throw (ArrayIndexOutOfBounds) |
| virtual ULong | getRangeUpperBoundNotificationLimit (ExtentIndex, DimensionHandle) const =0 throw (ArrayIndexOutOfBounds) |
Definition at line 401 of file RTI.hh.
| virtual ULong getRangeLowerBound | ( | ExtentIndex | , | |
| DimensionHandle | ||||
| ) | const throw (ArrayIndexOutOfBounds) [pure virtual] |
Implemented in RegionImp.
| virtual ULong getRangeUpperBound | ( | ExtentIndex | , | |
| DimensionHandle | ||||
| ) | const throw (ArrayIndexOutOfBounds) [pure virtual] |
Implemented in RegionImp.
| virtual void setRangeLowerBound | ( | ExtentIndex | , | |
| DimensionHandle | , | |||
| ULong | ||||
| ) | throw (ArrayIndexOutOfBounds) [pure virtual] |
Implemented in RegionImp.
| virtual void setRangeUpperBound | ( | ExtentIndex | , | |
| DimensionHandle | , | |||
| ULong | ||||
| ) | throw (ArrayIndexOutOfBounds) [pure virtual] |
Implemented in RegionImp.
| virtual SpaceHandle getSpaceHandle | ( | ) | const throw () [pure virtual] |
Implemented in RegionImp.
| virtual ULong getNumberOfExtents | ( | ) | const throw () [pure virtual] |
| virtual ULong getRangeLowerBoundNotificationLimit | ( | ExtentIndex | , | |
| DimensionHandle | ||||
| ) | const throw (ArrayIndexOutOfBounds) [pure virtual] |
Implemented in RegionImp.
| virtual ULong getRangeUpperBoundNotificationLimit | ( | ExtentIndex | , | |
| DimensionHandle | ||||
| ) | const throw (ArrayIndexOutOfBounds) [pure virtual] |
Implemented in RegionImp.
1.5.5