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...
#include "../core/AbstractGraph.h"
#include "../iterator/AbstractIterator.h"
#include "../Config.h"
#include <vector>
Go to the source code of this file.
Classes | |
class | te::graph::SequenceIterator |
Namespaces | |
te | |
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 sequency strategy is used to select a group of elements orderly.
Definition in file SequenceIterator.h.