te::graph::Module Class Reference

This singleton defines the TerraLib Graph module entry. More...

#include <Module.h>

Inheritance diagram for te::graph::Module:
te::common::Singleton< Module >

Static Public Member Functions

static void finalize ()
 This is the cleanup function for the TerraLib Symbology Encoding module. More...
 
static ModulegetInstance ()
 It returns a reference to the singleton instance. More...
 
static void initialize ()
 This is the startup function for the TerraLib Symbology Encoding module. More...
 

Protected Member Functions

 Module ()
 The singleton constructor is not callable outside the class. More...
 
 ~Module ()
 

Static Private Attributes

static const Modulesm_module
 Just to make a static initialization. More...
 

Friends

class te::common::Singleton< Module >
 

Detailed Description

This singleton defines the TerraLib Graph module entry.

Definition at line 42 of file Module.h.

Constructor & Destructor Documentation

te::graph::Module::Module ( )
protected

The singleton constructor is not callable outside the class.

te::graph::Module::~Module ( )
protected

Member Function Documentation

static void te::graph::Module::finalize ( )
static

This is the cleanup function for the TerraLib Symbology Encoding module.

Note
This method doesn't perform operations for this module.
static Module & te::common::Singleton< Module >::getInstance ( )
staticinherited

It returns a reference to the singleton instance.

Returns
A reference to the singleton instance.
static void te::graph::Module::initialize ( )
static

This is the startup function for the TerraLib Symbology Encoding module.

Note
This method doesn't perform operations for this module.

Friends And Related Function Documentation

friend class te::common::Singleton< Module >
friend

Definition at line 44 of file Module.h.

Member Data Documentation

const Module& te::graph::Module::sm_module
staticprivate

Just to make a static initialization.

Definition at line 72 of file Module.h.


The documentation for this class was generated from the following file: