contents next up previous
Next: Algorithms and Classes Up: Iterators Previous: Iterators

Subsections


Geo-Value Iterator

A geo-value iterator is an iterator on a set of geo-values. This set could be for example a simulation grid, a region of a simulation grid or a Neighborhood. Geo-value iterators can be random paths through the set of geo-values or deterministic paths. These paths can be constrained to visit every geo-value only once, or they can allow multiple visits to the same geo-value. Some iterative simulation methods start the simulation with a seed image which is iteratively modified. Each location to be modified is chosen randomly, and the same geo-value can be changed twice in a row, while other geo-values would never be visited.



Refinement of

Forward Iterator



Associated Types



Notations

I   A type that is a model of geo-value iterator
i,j   objects of type I
G   A type that is a model of Geo-Value



Valid Expressions



Models


contents next up previous
Next: Algorithms and Classes Up: Iterators Previous: Iterators
nicolas
2002-05-07