2.0.0b10
catchment modelling framework
Loading...
Searching...
No Matches
neighbor_iterator Class Reference

A class to iterate through the neighbors of a cell (const). Not needed from the Python side, use the generator cell.neighbors instead. More...

Detailed Description

A class to iterate through the neighbors of a cell (const). Not needed from the Python side, use the generator cell.neighbors instead.

Public Member Functions

neighbor_iteratornext_neighbor ()
 Points the iterator to the next neighbor.
 
Topologyoperator* ()
 Returns the current cell (dereference)