Classifier input parameters. More...
#include <Classifier.h>
Public Member Functions | |
te::common::AbstractParameters * | clone () const |
Create a clone copy of this instance. More... | |
ClassifierStrategyParameters const * | getClassifierStrategyParams () const |
Returns a pointer to the internal specific classifier strategy parameters, or null if no parameters are present. More... | |
InputParameters () | |
Default constructor. More... | |
InputParameters (const InputParameters &rhs) | |
Copy constructor. More... | |
const Classifier::InputParameters & | operator= (const Classifier::InputParameters ¶ms) |
void | reset () throw (te::rp::Exception) |
Clear all internal allocated resources and reset the parameters instance to its initial state. More... | |
void | setClassifierStrategyParams (const ClassifierStrategyParameters &p) |
Set specific classifier strategy parameters. More... | |
~InputParameters () | |
Public Attributes | |
ClassifierStrategyParameters * | m_classifierStrategyParamsPtr |
Internal specific classifier strategy parameters. More... | |
std::vector< te::gm::Polygon * > | m_inputPolygons |
The polygons to be classified when using object-based image analysis (OBIA). More... | |
std::vector< unsigned int > | m_inputRasterBands |
Bands to be processed from the input raster. More... | |
te::rst::Raster const * | m_inputRasterPtr |
Input raster. More... | |
std::string | m_strategyName |
The classifier strategy name see each te::rp::ClassifierStrategyFactory inherited classes documentation for reference. More... | |
Classifier input parameters.
Definition at line 74 of file Classifier.h.
te::rp::Classifier::InputParameters::InputParameters | ( | ) |
Default constructor.
te::rp::Classifier::InputParameters::InputParameters | ( | const InputParameters & | rhs | ) |
Copy constructor.
rhs | The right-hand side Raster. |
te::rp::Classifier::InputParameters::~InputParameters | ( | ) |
|
virtual |
Create a clone copy of this instance.
Implements te::common::AbstractParameters.
ClassifierStrategyParameters const* te::rp::Classifier::InputParameters::getClassifierStrategyParams | ( | ) | const |
Returns a pointer to the internal specific classifier strategy parameters, or null if no parameters are present.
const Classifier::InputParameters& te::rp::Classifier::InputParameters::operator= | ( | const Classifier::InputParameters & | params | ) |
|
virtual |
Clear all internal allocated resources and reset the parameters instance to its initial state.
Implements te::common::AbstractParameters.
void te::rp::Classifier::InputParameters::setClassifierStrategyParams | ( | const ClassifierStrategyParameters & | p | ) |
Set specific classifier strategy parameters.
p | The specific classifier strategy parameters. |
ClassifierStrategyParameters* te::rp::Classifier::InputParameters::m_classifierStrategyParamsPtr |
Internal specific classifier strategy parameters.
Definition at line 117 of file Classifier.h.
std::vector<te::gm::Polygon*> te::rp::Classifier::InputParameters::m_inputPolygons |
The polygons to be classified when using object-based image analysis (OBIA).
Definition at line 115 of file Classifier.h.
std::vector<unsigned int> te::rp::Classifier::InputParameters::m_inputRasterBands |
Bands to be processed from the input raster.
Definition at line 114 of file Classifier.h.
te::rst::Raster const* te::rp::Classifier::InputParameters::m_inputRasterPtr |
Input raster.
Definition at line 113 of file Classifier.h.
std::string te::rp::Classifier::InputParameters::m_strategyName |
The classifier strategy name see each te::rp::ClassifierStrategyFactory inherited classes documentation for reference.
Definition at line 116 of file Classifier.h.