26 #ifndef __TERRALIB_RP_INTERNAL_CLASSIFIERDUMMYSTRATEGY_H
27 #define __TERRALIB_RP_INTERNAL_CLASSIFIERDUMMYSTRATEGY_H
70 AbstractParameters* clone() const;
77 ~ClassifierDummyStrategy();
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);
88 std::vector<
int > getOutputDataTypes() const;
118 #endif // __TERRALIB_RP_INTERNAL_CLASSIFIERDUMMYSTRATEGY_H
Base exception class for plugin module.
Raster classifier strategy factory 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.
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.
Dummy strategy (just for testing purposes).