This class defines a commun interface to represents a graph iterator class. The main diferency to anothers iterators is the possibility to iterate over the edges or vertexs from a graph. More...
Go to the source code of this file.
Classes | |
class | te::graph::BoxIterator |
This class defines a commun interface to represents a graph iterator class. The main diferency to anothers iterators is the possibility to iterate over the edges or vertexs from a graph. More... | |
Namespaces | |
te | |
TerraLib. | |
te::gm | |
Namespace for the Vector Geometry module of TerraLib. | |
te::graph | |
This class defines a commun interface to represents a graph iterator class. The main diferency to anothers iterators is the possibility to iterate over the edges or vertexs from a graph.
The box strategy is used to select a restrict area in a graph and a iterator will be create accessing all elements inside this area.
Definition in file BoxIterator.h.