32#ifndef __TERRALIB_GRAPH_INTERNAL_QUERYITERATOR_H
33#define __TERRALIB_GRAPH_INTERNAL_QUERYITERATOR_H
This class defines a commun interface to represents a graph iterator class. The main diferency to ano...
This is an abstract class that models a query expression.
Abstract class used to define the main functions of graph struct. All graph implementations must used...
AbstractIterator(te::graph::AbstractGraph *g)
Default constructor.
Class used to define the edge struct of a graph. Its compose with a identifier, the vertex origin and...
te::da::Expression * m_exp
virtual te::graph::Edge * getFirstEdge()
It returns a pointer to the first edge element of a graph.
virtual te::graph::Vertex * getFirstVertex()
It returns a pointer to the first vertex element of a graph.
virtual ~QueryIterator()
Virtual destructor.
QueryIterator(te::graph::AbstractGraph *g)
Default constructor.
QueryIterator(te::graph::AbstractGraph *g, te::da::Expression *e)
Constructor.
From the point of view of graph theory, vertices are treated as featureless and indivisible objects,...
Namespace for the DataAccess API of TerraLib.
Configuration flags for the Graph module of TerraLib.
#define TEGRAPHEXPORT
You can use this macro in order to export/import classes and functions from this module.