26 #ifndef __TERRALIB_GRAPH_INTERNAL_DIRECTEDGRAPHFACTORY_H 27 #define __TERRALIB_GRAPH_INTERNAL_DIRECTEDGRAPHFACTORY_H 30 #include "../core/AbstractGraphFactory.h" 31 #include "../Config.h" 53 const std::string& getType()
const;
56 void getCreationalParameters(std::vector< std::pair<std::string, std::string> >& params)
const;
59 static void initialize();
62 static void finalize();
109 #endif // __TERRALIB_GRAPH_INTERNAL_DIRECTEDGRAPHFACTORY_H This is the concrete factory for the directed Graph type.
#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...
This is the abstract factory for Graphs.
~DirectedGraphFactory()
Destructor.
static DirectedGraphFactory * sm_factory
Static instance used to register the factory.