FreePOOMA  2.4.1
Classes | Functions
IntervalIterator.h File Reference

IntervalIterator - Iterates through Interval<1> points. More...

#include "Domain/Interval.h"
#include "Utilities/PAssert.h"
#include <iterator>
#include <stddef.h>
Include dependency graph for IntervalIterator.h:

Classes

class  IntervalIterator
 A random access iterator class that iterates through all of the points of an Interval<1>, returning ints when dereferenced. More...

Functions

IntervalIterator operator+ (int n, const IntervalIterator &it)

Detailed Description

IntervalIterator - Iterates through Interval<1> points.


Function Documentation

IntervalIterator operator+ ( int  n,
const IntervalIterator it 
) [inline]