MixtureModel input parameters. More...
#include <MixtureModel.h>
Public Member Functions | |
te::common::AbstractParameters * | clone () const |
Create a clone copy of this instance. More... | |
StrategyParameters const * | getMixtureModelStrategyParams () const |
Returns a pointer to the internal specific mixture model strategy parameters, or null if no parameters are present. More... | |
InputParameters () | |
Default constructor. More... | |
InputParameters (const InputParameters &rhs) | |
Copy constructor. More... | |
const MixtureModel::InputParameters & | operator= (const MixtureModel::InputParameters ¶ms) |
void | reset () throw (te::rp::Exception) |
Clear all internal allocated resources and reset the parameters instance to its initial state. More... | |
void | setMixtureModelStrategyParams (const StrategyParameters &p) |
Set specific mixture model strategy parameters. More... | |
~InputParameters () | |
Public Attributes | |
std::map< std::string, std::vector< double > > | m_components |
A set of endmembers and its radiances. 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::vector< std::string > | m_inputSensorBands |
The names of the sensor/bands. More... | |
StrategyParameters * | m_mixtureModelStrategyParamsPtr |
Internal specific mixture model strategy parameters. More... | |
std::string | m_strategyName |
The mixture model strategy name see each te::rp::MixtureModelStrategyFactory inherited classes documentation for reference. More... | |
MixtureModel input parameters.
Definition at line 69 of file MixtureModel.h.
te::rp::MixtureModel::InputParameters::InputParameters | ( | ) |
Default constructor.
te::rp::MixtureModel::InputParameters::InputParameters | ( | const InputParameters & | rhs | ) |
Copy constructor.
rhs | The right-hand side Raster. |
te::rp::MixtureModel::InputParameters::~InputParameters | ( | ) |
|
virtual |
Create a clone copy of this instance.
Implements te::common::AbstractParameters.
StrategyParameters const* te::rp::MixtureModel::InputParameters::getMixtureModelStrategyParams | ( | ) | const |
Returns a pointer to the internal specific mixture model strategy parameters, or null if no parameters are present.
const MixtureModel::InputParameters& te::rp::MixtureModel::InputParameters::operator= | ( | const MixtureModel::InputParameters & | params | ) |
|
virtual |
Clear all internal allocated resources and reset the parameters instance to its initial state.
Implements te::common::AbstractParameters.
void te::rp::MixtureModel::InputParameters::setMixtureModelStrategyParams | ( | const StrategyParameters & | p | ) |
Set specific mixture model strategy parameters.
p | The specific mixture model strategy parameters. |
std::map<std::string, std::vector<double> > te::rp::MixtureModel::InputParameters::m_components |
A set of endmembers and its radiances.
Definition at line 111 of file MixtureModel.h.
std::vector<unsigned int> te::rp::MixtureModel::InputParameters::m_inputRasterBands |
Bands to be processed from the input raster.
Definition at line 109 of file MixtureModel.h.
te::rst::Raster const* te::rp::MixtureModel::InputParameters::m_inputRasterPtr |
Input raster.
Definition at line 108 of file MixtureModel.h.
std::vector<std::string> te::rp::MixtureModel::InputParameters::m_inputSensorBands |
The names of the sensor/bands.
Definition at line 110 of file MixtureModel.h.
StrategyParameters* te::rp::MixtureModel::InputParameters::m_mixtureModelStrategyParamsPtr |
Internal specific mixture model strategy parameters.
Definition at line 113 of file MixtureModel.h.
std::string te::rp::MixtureModel::InputParameters::m_strategyName |
The mixture model strategy name see each te::rp::MixtureModelStrategyFactory inherited classes documentation for reference.
Definition at line 112 of file MixtureModel.h.