28 #ifndef __TERRALIB_SA_INTERNAL_MINIMUMSPANNINGTREE_H 
   29 #define __TERRALIB_SA_INTERNAL_MINIMUMSPANNINGTREE_H 
   32 #include "../Config.h" 
   40   namespace graph { 
class AbstractGraph; }
 
   84 #endif //__TERRALIB_SA_INTERNAL_MINIMUMSPANNINGTREE_H 
Abstract class used to define the main functions of graph struct. All graph implementations must used...
 
#define TESAEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
te::graph::AbstractGraph * m_inputGraph
Pointer to input graph.