#include <IntervalList.h>
Public Member Functions | |
IntervalList (int l, int r) | |
Creates an interval. | |
bool | contains (int i) |
string | toString (bool recurse=false) const |
Public Attributes | |
int | left |
Left bound. | |
int | right |
Right bound. | |
IntervalList * | next |
Next interval. |
gridripper::amr1d::IntervalList::IntervalList | ( | int | l, | |
int | r | |||
) | [inline] |
Creates an interval.
l | left bound | |
r | right bound |
Left bound.
Right bound.
Next interval.