33 #ifndef __TERRALIB_GRAPH_INTERNAL_BOXITERATOR_H 
   34 #define __TERRALIB_GRAPH_INTERNAL_BOXITERATOR_H 
   37 #include "../Config.h" 
  124 #endif // __TERRALIB_GRAPH_INTERNAL_BOXITERATOR_H 
Abstract class used to define the main functions of graph struct. All graph implementations must used...
 
Class used to define the edge struct of a graph. Its compose with a identifier, the vertex origin and...
 
#define TEGRAPHEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
This class defines a commun interface to represents a graph iterator class. The main diferency to ano...
 
This class defines a commun interface to represents a graph iterator class. The main diferency to ano...
 
From the point of view of graph theory, vertices are treated as featureless and indivisible objects...
 
This class defines a commun interface to represents a graph iterator class. The main diferency to ano...
 
te::gm::Envelope * m_extent
 
An Envelope defines a 2D rectangular region.