This singleton defines the TerraLib Graph module entry. More...
#include "../common/Logger.h"#include "../common/TerraLib.h"#include "../common/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 Module.cpp.
| const te::graph::Module& sm_module = te::graph::Module::getInstance() |
Definition at line 41 of file Module.cpp.