Public Member Functions | Public Attributes

gridripper::amr1d::IntervalList Class Reference

Interval of grid points. More...

#include <IntervalList.h>

List of all members.

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.
IntervalListnext
 Next interval.

Detailed Description

Interval of grid points.

Version:
0.5, 03/06/2008
Since:
GridRipper 0.4, 12/13/2006
Author:
Peter Csizmadia

Constructor & Destructor Documentation

gridripper::amr1d::IntervalList::IntervalList ( int  l,
int  r 
) [inline]

Creates an interval.

Parameters:
l left bound
r right bound

Member Data Documentation

Left bound.

Next interval.

Right bound.


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