27 #ifndef __TERRALIB_GRAPH_INTERNAL_GETSUBGRAPH_H 
   28 #define __TERRALIB_GRAPH_INTERNAL_GETSUBGRAPH_H 
   31 #include "../Config.h" 
   44     class BidirectionalGraph;
 
   93 #endif // __TERRALIB_GRAPH_INTERNAL_GETSUBGRAPH_H 
Abstract class used to define the main functions of graph struct. All graph implementations must used...
 
This class defines a function used to get a sub graph for a graph. 
 
#define TEGRAPHEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
From the point of view of graph theory, vertices are treated as featureless and indivisible objects...
 
This is a implementation of a Bidirectional Graph. By convention a bidirectional graph provides acces...