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

unsigned int Interval::low

Lower bound of Interval.

Referenced by Interval(), and slice().

unsigned int Interval::high

Upper bound of Interval.

Referenced by Interval().


The documentation for this class was generated from the following file:

Generated on Fri Mar 11 12:53:44 2016 for AMRStencil by  doxygen 1.5.5