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 () |
Clear all internal allocated resources and reset the parameters instance to its initial state. More... | |
bool | serialize (AlgorithmParametersSerializer &serializer) const |
Returns a parameter serialization object. More... | |
void | setMixtureModelStrategyParams (const MixtureModelStrategyParameters &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... | |
std::vector< std::complex< double > > | m_inputRasterNoDataValues |
A vector of values to be used as input raster no-data values or an empty vector indicating to use the default values 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... | |
MixtureModelStrategyParameters * | 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... | |
boost::numeric::ublas::matrix< double > | m_transfMatrix |
Used transformation matrix (when applicable). More... | |
MixtureModel input parameters.
Definition at line 72 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.
|
virtual |
Returns a parameter serialization object.
serializer | The output serialization object. |
Reimplemented from te::rp::AlgorithmInputParameters.
void te::rp::MixtureModel::InputParameters::setMixtureModelStrategyParams | ( | const MixtureModelStrategyParameters & | 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 117 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 115 of file MixtureModel.h.
std::vector< std::complex< double > > te::rp::MixtureModel::InputParameters::m_inputRasterNoDataValues |
A vector of values to be used as input raster no-data values or an empty vector indicating to use the default values from the input raster..
Definition at line 121 of file MixtureModel.h.
te::rst::Raster const* te::rp::MixtureModel::InputParameters::m_inputRasterPtr |
Input raster.
Definition at line 114 of file MixtureModel.h.
std::vector<std::string> te::rp::MixtureModel::InputParameters::m_inputSensorBands |
The names of the sensor/bands.
Definition at line 116 of file MixtureModel.h.
MixtureModelStrategyParameters* te::rp::MixtureModel::InputParameters::m_mixtureModelStrategyParamsPtr |
Internal specific mixture model strategy parameters.
Definition at line 119 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 118 of file MixtureModel.h.
boost::numeric::ublas::matrix<double> te::rp::MixtureModel::InputParameters::m_transfMatrix |
Used transformation matrix (when applicable).
Definition at line 120 of file MixtureModel.h.