AbstractIterator.h File Reference

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
 URI C++ Library.
 
 te::graph
 

Detailed Description

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.