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