Module cell_map::iterators[][src]

Provides iterators over CellMaps

Structs

CellIter

Provides an owned iterator over each cell in each layer of a CellMap

CellIterMut

Provides a mutable iterator over each cell in each layer of a CellMap

Indexed

Modified the wrapped interator to return the index of the cell as well as the cell itself.

Layered

Provides an iterator wrapper which only produces cells from a subset of layers in the entire map.

WindowIter

Provides an iterator over windows of cells in the map.

WindowIterMut

Provides a mutable iterator over windows of cells in the map.

Traits

CellMapIter

Trait which all iterators over [CellMap] must implement.