Interval Class Reference
#include <RectMDArray.H>
List of all members.
Detailed Description
A linear interval with integer bounds.
|
Public Member Functions |
| | Interval (const unsigned int &a_low, const unsigned int &a_high) |
| | Construct an Interval given upper and lower bounds as unsigned integers.
|
Public Attributes |
| unsigned int | low |
| | Lower bound of Interval.
|
| unsigned int | high |
| | Upper bound of Interval.
|
Constructor & Destructor Documentation
| Interval::Interval |
( |
const unsigned int & |
a_low, |
|
|
const unsigned int & |
a_high | |
|
) |
| | [inline] |
Construct an Interval given upper and lower bounds as unsigned integers.
References high, and low.
Member Data Documentation
The documentation for this class was generated from the following file: