Raster classifier strategy base class.
More...
#include <ClassifierStrategy.h>
Raster classifier strategy base class.
Definition at line 46 of file ClassifierStrategy.h.
| te::rp::ClassifierStrategy::~ClassifierStrategy |
( |
| ) |
|
|
virtual |
| te::rp::ClassifierStrategy::ClassifierStrategy |
( |
| ) |
|
|
protected |
| virtual bool te::rp::ClassifierStrategy::execute |
( |
const te::rst::Raster & |
inputRaster, |
|
|
const std::vector< unsigned int > & |
inputRasterBands, |
|
|
const std::vector< te::gm::Polygon * > & |
inputPolygons, |
|
|
te::rst::Raster & |
outputRaster, |
|
|
const unsigned int |
outputRasterBand, |
|
|
const bool |
enableProgressInterface |
|
) |
| |
| throw | ( | te::rp::Exception |
| ) | | |
|
pure virtual |
| virtual bool te::rp::ClassifierStrategy::initialize |
( |
StrategyParameters const *const |
strategyParams | ) |
|
| throw | ( | te::rp::Exception |
| ) | | |
|
pure virtual |
Assignment operator.
- Parameters
-
| rhs | The right-hand-side copy that would be used to copy from. |
- Returns
- A reference to this object.
Definition at line 40 of file ClassifierStrategy.cpp.
The documentation for this class was generated from the following files:
- /home/castejon/castejon_files/develop/terralib5/git_master/terralib5/src/terralib/rp/ClassifierStrategy.h
- /home/castejon/castejon_files/develop/terralib5/git_master/terralib5/src/terralib/rp/ClassifierStrategy.cpp