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::QueryIterator | 
| 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::da | |
| Namespace for the DataAccess API 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 query strategy is used to select a restrict group of elements given a "where clause".
Definition in file QueryIterator.h.