26 #ifndef __TERRALIB_RP_INTERNAL_CLASSIFIERDUMMYSTRATEGY_H 27 #define __TERRALIB_RP_INTERNAL_CLASSIFIERDUMMYSTRATEGY_H 70 AbstractParameters* clone() const;
77 ~ClassifierDummyStrategy();
83 bool execute() throw(
te::rp::Exception);
113 #endif // __TERRALIB_RP_INTERNAL_CLASSIFIERDUMMYSTRATEGY_H Base exception class for plugin module.
#define TERPEXPORT
You can use this macro in order to export/import classes and functions from this module.
Raster classifier strategy factory base class.
rasterPointer reset(te::rst::RasterFactory::make("MEM", new te::rst::Grid(nCols, nLines), bandsProps, std::map< std::string, std::string >(), 0, 0))
Raster classifier strategy factory base class.
Classifier Strategy Parameters.
Raster classifier strategy base class.
unsigned int m_dummyParameter
A dummy parameter.
Raster dummy Classifier strategy factory.
Raster classifier strategy base class.
Configuration flags for the Raster Processing module of TerraLib.
Dummy strategy (just for testing purposes).