27 #include "../common/Logger.h" 
   28 #include "../common/TerraLib.h" 
   29 #include "../common/Translator.h" 
   54 #ifdef TERRALIB_AUTOMATIC_INITIALIZATION 
#define TE_LOG_TRACE(msg)
Use this tag in order to log a message to a specified logger with the TRACE level. 
 
static void finalize()
This is the cleanup function for the TerraLib Color module. 
 
Configuration flags for the Color module of TerraLib. 
 
#define TE_TR(message)
It marks a string in order to get translated. 
 
Module()
The singleton constructor is not callable outside the class. 
 
The ColorSchemeCatalogManager is a singleton that can be used to manage all loaded color scheme catal...
 
This singleton defines the TerraLib Color module entry. 
 
static Module & getInstance()
It returns a reference to the singleton instance. 
 
This singleton defines the TerraLib Color module entry. 
 
static void initialize()
This is the startup function for the TerraLib Color module. 
 
void remove(const std::string &moduleName)
It removes the module entry identified by the given name. 
 
const te::addressgeocoding::Module & sm_module
 
void add(const Module &m)
It registers the module in the TerraLib Platform. 
 
This internal structure is used to model the basic information about a TerraLib module. 
 
#define TE_COLOR_MODULE_NAME