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