26 #ifndef __TERRALIB_RP_INTERNAL_MODULE_H
27 #define __TERRALIB_RP_INTERNAL_MODULE_H
31 #include "../common/Singleton.h"
32 #include "../common/TerraLib.h"
Template support for singleton pattern.
This singleton defines the TerraLib Raster Processing module entry.
std::shared_ptr< TerraLib::Module > m_module
static const std::string getLastLogStr()
Returns the last log string generated by this module.
static std::string m_lastLogString
The last error string generated by this module.
static void setLastLogStr(const std::string &errorStr)
Set the last log string generated by this module.
Module()
The singleton constructor is not callable outside the class.
static std::mutex m_mutex
Static mutex.
static const Module & sm_module
Just to make a static initialization.
static void initialize()
This is the startup function for the TerraLib Raster Processing module.
static void finalize()
This is the cleanup function for the TerraLib DataType module.
#define TERPEXPORT
You can use this macro in order to export/import classes and functions from this module.
Proxy configuration file for TerraView (see terraview_config.h).