|
2.0.0b10
catchment modelling framework
|
A class to iterate through the neighbors of a cell (const). Not needed from the Python side, use the generator cell.neighbors instead. More...
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_iterator & | next_neighbor () |
| Points the iterator to the next neighbor. | |
| Topology & | operator* () |
| Returns the current cell (dereference) | |