This singleton defines the TerraLib Graph module entry. More...
#include "../core/logger/Logger.h"#include "../common/TerraLib.h"#include "../core/translator/Translator.h"#include "cache/FIFOCachePolicyFactory.h"#include "cache/LFUCachePolicyFactory.h"#include "graphs/BidirectionalGraphFactory.h"#include "graphs/DirectedGraphFactory.h"#include "graphs/GraphFactory.h"#include "graphs/UndirectedGraphFactory.h"#include "loader/BoxLoaderStrategyFactory.h"#include "loader/SequenceLoaderStrategyFactory.h"#include "Config.h"#include "Module.h"Go to the source code of this file.
Variables | |
| const te::graph::Module & | sm_module = te::graph::Module::getInstance() |
This singleton defines the TerraLib Graph module entry.
Definition in file src/terralib/graph/Module.cpp.
| const te::graph::Module& sm_module = te::graph::Module::getInstance() |
Definition at line 41 of file src/terralib/graph/Module.cpp.