26 #ifndef __TERRALIB_RP_INTERNAL_CLASSIFIERDUMMYSTRATEGY_H 
   27 #define __TERRALIB_RP_INTERNAL_CLASSIFIERDUMMYSTRATEGY_H 
   67             void reset() throw( te::rp::Exception );
 
   70             AbstractParameters* clone() const;
 
   77         ~ClassifierDummyStrategy();
 
   80         bool initialize(
StrategyParameters const* const strategyParams) throw(te::rp::Exception);
 
   83         bool execute(const te::rst::Raster& inputRaster, const std::vector<
unsigned int>& inputRasterBands,
 
   84                      const std::vector<te::gm::Polygon*>& inputPolygons, te::rst::Raster& outputRaster,
 
   85                      const 
unsigned int outputRasterBand, const 
bool enableProgressInterface) throw(te::rp::Exception);
 
  115 #endif // __TERRALIB_RP_INTERNAL_CLASSIFIERDUMMYSTRATEGY_H 
Raster classifier strategy factory base class. 
 
Raster strategy parameters base class. 
 
#define TERPEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
Raster classifier strategy factory base class. 
 
Configuration flags for the Raster Processing module of TerraLib. 
 
Raster classifier strategy base class. 
 
unsigned int m_dummyParameter
A dummy parameter. 
 
Raster dummy Classifier strategy factory. 
 
Raster classifier strategy base class. 
 
Dummy strategy (just for testing purposes).