This singleton defines the TerraLib Color 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 Color module. More... | |
| static void | initialize () |
| This is the startup function for the TerraLib Color module. More... | |
Static Private Attributes | |
| static const Module & | sm_module |
| Just to make a static initialization. More... | |
Friends | |
| class | te::common::Singleton< Module > |
This singleton defines the TerraLib Color module entry.
Definition at line 41 of file src/terralib/color/Module.h.
|
protected |
The singleton constructor is not callable outside the class.
Definition at line 36 of file src/terralib/color/Module.cpp.
References TerraLib::add(), finalize(), te::common::Singleton< TerraLib >::getInstance(), initialize(), and TE_COLOR_MODULE_NAME.
|
protected |
Definition at line 47 of file src/terralib/color/Module.cpp.
References te::common::Singleton< TerraLib >::getInstance(), TerraLib::remove(), and TE_COLOR_MODULE_NAME.
|
staticprivate |
This is the cleanup function for the TerraLib Color module.
Definition at line 61 of file src/terralib/color/Module.cpp.
References te::common::Singleton< T >::getInstance(), 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 Color module.
Definition at line 52 of file src/terralib/color/Module.cpp.
References te::common::Singleton< T >::getInstance(), TE_LOG_TRACE, and TE_TR.
Referenced by Module().
|
friend |
Definition at line 43 of file src/terralib/color/Module.h.
|
staticprivate |
Just to make a static initialization.
Definition at line 71 of file src/terralib/color/Module.h.