iLand
griditerator.h
Go to the documentation of this file.
1#ifndef GRIDITERATOR_H
2#define GRIDITERATOR_H
3
4#include "grid.h"
5
24template <class T>
26public:
28 GridIterator(const Grid<T> &targetGrid);
29private:
30
31}
32#endif // GRIDITERATOR_H
Grid class (template).
Definition: grid.h:44
GridIterator is a iterator used to navigate over grids with different size.
Definition: griditerator.h:25
GridIterator(const Grid< T > &targetGrid)