26 #ifndef __TERRALIB_GRAPH_INTERNAL_BOXLOADERSTRATEGYFACTORY_H    27 #define __TERRALIB_GRAPH_INTERNAL_BOXLOADERSTRATEGYFACTORY_H    31 #include "../Config.h"    55         const std::string& getType() 
const;
    58         static void initialize();
    61         static void finalize();
    92 #endif  // __TERRALIB_GRAPH_INTERNAL_BOXLOADERSTRATEGYFACTORY_H #define TEGRAPHEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
This is the abstract factory for graph loader strategy. 
 
This is the abstract factory for graph loader strategy. 
 
~BoxLoaderStrategyFactory()
Destructor. 
 
This class define the main functions necessary to save and load the graph data and metadata informati...
 
static BoxLoaderStrategyFactory * sm_factory
Static instance used to register the factory. 
 
This is the concrete factory for the database box loader strategy.