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 "../../dataaccess/dataset/DataSet.h"
#include "../core/AbstractGraph.h"
#include "../Config.h"
#include <memory>
#include <vector>
Go to the source code of this file.
Classes | |
class | te::graph::AbstractIterator |
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::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.
Definition in file AbstractIterator.h.