26 #ifndef __TERRALIB_GRAPH_INTERNAL_BIDIRECTIONALGRAPHFACTORY_H    27 #define __TERRALIB_GRAPH_INTERNAL_BIDIRECTIONALGRAPHFACTORY_H    30 #include "../core/AbstractGraphFactory.h"    31 #include "../Config.h"    52         const std::string& getType() 
const;
    55         void getCreationalParameters(std::vector< std::pair<std::string, std::string> >& params) 
const;
    58         static void initialize();
    61         static void finalize();
   108 #endif  // __TERRALIB_GRAPH_INTERNAL_BIDIRECTIONALGRAPHFACTORY_H #define TEGRAPHEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
Abstract class used to define the main functions of graph struct. All graph implementations must used...
 
static BidirectionalGraphFactory * sm_factory
Static instance used to register the factory. 
 
This is the abstract factory for Graphs. 
 
~BidirectionalGraphFactory()
Destructor.