25 #ifndef __TERRALIB_RP_INTERNAL_ALGORITHM_H 26 #define __TERRALIB_RP_INTERNAL_ALGORITHM_H 63 virtual bool isInitialized()
const = 0;
86 const std::string& getErrorMessage()
const;
97 void setErrorMessage(
const std::string& newErrorMessage );
114 #endif // __TERRALIB_RP_INTERNAL_ALGORITHM_H
Raster Processing algorithm output parameters base interface.
#define TERPEXPORT
You can use this macro in order to export/import classes and functions from this module.
Raster Processing algorithm output parameters base interface.
Raster Processing algorithm base interface.
rasterPointer reset(te::rst::RasterFactory::make("MEM", new te::rst::Grid(nCols, nLines), bandsProps, std::map< std::string, std::string >(), 0, 0))
std::string m_errorMessage
Current error message.
Configuration flags for the Raster Processing module of TerraLib.