This singleton defines the TerraLib Graph module entry. More...
#include <Module.h>
  
 Static Public Member Functions | |
| static Module & | getInstance () | 
| It returns a reference to the singleton instance.  More... | |
Protected Member Functions | |
| Module () | |
| The singleton constructor is not callable outside the class.  More... | |
| ~Module () | |
Static Private Member Functions | |
| static void | finalize () | 
| This is the cleanup function for the TerraLib Symbology Encoding module.  More... | |
| static void | initialize () | 
| This is the startup function for the TerraLib Symbology Encoding module.  More... | |
Static Private Attributes | |
| static const Module & | sm_module | 
| Just to make a static initialization.  More... | |
Friends | |
| class | te::common::Singleton< Module > | 
      
  | 
  protected | 
The singleton constructor is not callable outside the class.
Definition at line 43 of file Module.cpp.
References TerraLib::add(), finalize(), te::common::Singleton< TerraLib >::getInstance(), initialize(), and TE_GRAPH_MODULE_NAME.
      
  | 
  protected | 
Definition at line 54 of file Module.cpp.
References te::common::Singleton< TerraLib >::getInstance(), TerraLib::remove(), and TE_GRAPH_MODULE_NAME.
      
  | 
  staticprivate | 
This is the cleanup function for the TerraLib Symbology Encoding module.
Definition at line 78 of file Module.cpp.
References te::graph::FIFOCachePolicyFactory::finalize(), te::graph::LFUCachePolicyFactory::finalize(), te::graph::SequenceLoaderStrategyFactory::finalize(), te::graph::UndirectedGraphFactory::finalize(), te::graph::DirectedGraphFactory::finalize(), te::graph::BidirectionalGraphFactory::finalize(), te::graph::GraphFactory::finalize(), te::graph::BoxLoaderStrategyFactory::finalize(), TE_LOG_TRACE, and TE_TR.
Referenced by Module().
      
  | 
  staticinherited | 
It returns a reference to the singleton instance.
      
  | 
  staticprivate | 
This is the startup function for the TerraLib Symbology Encoding module.
Definition at line 59 of file Module.cpp.
References te::graph::FIFOCachePolicyFactory::initialize(), te::graph::LFUCachePolicyFactory::initialize(), te::graph::SequenceLoaderStrategyFactory::initialize(), te::graph::UndirectedGraphFactory::initialize(), te::graph::DirectedGraphFactory::initialize(), te::graph::BidirectionalGraphFactory::initialize(), te::graph::GraphFactory::initialize(), te::graph::BoxLoaderStrategyFactory::initialize(), TE_LOG_TRACE, and TE_TR.
Referenced by Module().
      
  | 
  friend | 
      
  | 
  staticprivate |