This singleton defines the TerraLib Raster Processing module entry.  
 More...
#include <Module.h>
This singleton defines the TerraLib Raster Processing module entry. 
Definition at line 44 of file Module.h.
 
  
  
      
        
          | te::rp::Module::Module  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
protected   | 
  
 
The singleton constructor is not callable outside the class. 
 
 
  
  
      
        
          | te::rp::Module::~Module  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
protected   | 
  
 
 
  
  
      
        
          | static void te::rp::Module::finalize  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
staticprivate   | 
  
 
This is the cleanup function for the TerraLib DataType module. 
- Note
 - This method doesn't perform operations for this module. 
 
 
 
It returns a reference to the singleton instance. 
- Returns
 - A reference to the singleton instance. 
 
 
 
  
  
      
        
          | static const std::string& te::rp::Module::getLastLogStr  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinestatic   | 
  
 
Returns the last log string generated by this module. 
Definition at line 53 of file Module.h.
 
 
  
  
      
        
          | static void te::rp::Module::initialize  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
staticprivate   | 
  
 
This is the startup function for the TerraLib Raster Processing module. 
- Note
 - This method doesn't perform operations for this module. 
 
 
 
  
  
      
        
          | static void te::rp::Module::setLastLogStr  | 
          ( | 
          const std::string &  | 
          errorStr | ) | 
           | 
         
       
   | 
  
inlinestatic   | 
  
 
Set the last log string generated by this module. 
Definition at line 58 of file Module.h.
 
 
  
  
      
        
          | std::string te::rp::Module::m_lastLogString | 
         
       
   | 
  
staticprivate   | 
  
 
The last error string generated by this module. 
Definition at line 88 of file Module.h.
 
 
  
  
      
        
          | const Module& te::rp::Module::sm_module | 
         
       
   | 
  
staticprivate   | 
  
 
Just to make a static initialization. 
Definition at line 86 of file Module.h.
 
 
The documentation for this class was generated from the following file:
- /home/castejon/castejon_files/develop/terralib5/git_master/src/terralib/rp/Module.h