![]() |
MAK RTIspy API Documentation for HLA Evolved
|
Public Member Functions | |
| virtual | ~Region () |
| virtual ULong | getRangeLowerBound (ExtentIndex theExtent, DimensionHandle theDimension) const =0 throw ( ArrayIndexOutOfBounds) |
| virtual ULong | getRangeUpperBound (ExtentIndex theExtent, DimensionHandle theDimension) const =0 throw ( ArrayIndexOutOfBounds) |
| virtual void | setRangeLowerBound (ExtentIndex theExtent, DimensionHandle theDimension, ULong theLowerBound)=0 throw ( ArrayIndexOutOfBounds) |
| virtual void | setRangeUpperBound (ExtentIndex theExtent, DimensionHandle theDimension, ULong theUpperBound)=0 throw ( ArrayIndexOutOfBounds) |
| virtual SpaceHandle | getSpaceHandle () const =0 throw ( ) |
| virtual ULong | getNumberOfExtents () const =0 throw ( ) |
| virtual ULong | getRangeLowerBoundNotificationLimit (ExtentIndex theExtent, DimensionHandle theDimension) const =0 throw ( ArrayIndexOutOfBounds) |
| virtual ULong | getRangeUpperBoundNotificationLimit (ExtentIndex theExtent, DimensionHandle theDimension) const =0 throw ( ArrayIndexOutOfBounds) |
| virtual Region::~Region | ( | ) | [inline, virtual] |
| virtual ULong Region::getNumberOfExtents | ( | ) | const throw ( ) [pure virtual] |
| virtual ULong Region::getRangeLowerBound | ( | ExtentIndex | theExtent, |
| DimensionHandle | theDimension | ||
| ) | const throw ( ArrayIndexOutOfBounds) [pure virtual] |
| virtual ULong Region::getRangeLowerBoundNotificationLimit | ( | ExtentIndex | theExtent, |
| DimensionHandle | theDimension | ||
| ) | const throw ( ArrayIndexOutOfBounds) [pure virtual] |
| virtual ULong Region::getRangeUpperBound | ( | ExtentIndex | theExtent, |
| DimensionHandle | theDimension | ||
| ) | const throw ( ArrayIndexOutOfBounds) [pure virtual] |
| virtual ULong Region::getRangeUpperBoundNotificationLimit | ( | ExtentIndex | theExtent, |
| DimensionHandle | theDimension | ||
| ) | const throw ( ArrayIndexOutOfBounds) [pure virtual] |
| virtual SpaceHandle Region::getSpaceHandle | ( | ) | const throw ( ) [pure virtual] |
| virtual void Region::setRangeLowerBound | ( | ExtentIndex | theExtent, |
| DimensionHandle | theDimension, | ||
| ULong | theLowerBound | ||
| ) | throw ( ArrayIndexOutOfBounds) [pure virtual] |
| virtual void Region::setRangeUpperBound | ( | ExtentIndex | theExtent, |
| DimensionHandle | theDimension, | ||
| ULong | theUpperBound | ||
| ) | throw ( ArrayIndexOutOfBounds) [pure virtual] |