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 | ( | ) | 
| te::rp::MixtureModel::InputParameters::InputParameters | ( | const InputParameters & | rhs | ) | 
Copy constructor.
| rhs | The right-hand side Raster. | 
Definition at line 43 of file MixtureModel.cpp.
References operator=(), and reset().
| te::rp::MixtureModel::InputParameters::~InputParameters | ( | ) | 
Definition at line 51 of file MixtureModel.cpp.
References te::rp::MixtureModel::reset().
      
  | 
  virtual | 
Create a clone copy of this instance.
Implements te::common::AbstractParameters.
Definition at line 102 of file MixtureModel.cpp.
| te::rp::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.
Definition at line 67 of file MixtureModel.cpp.
| const te::rp::MixtureModel::InputParameters & te::rp::MixtureModel::InputParameters::operator= | ( | const MixtureModel::InputParameters & | params | ) | 
Definition at line 87 of file MixtureModel.cpp.
References m_components, m_inputRasterBands, m_inputRasterPtr, m_inputSensorBands, m_mixtureModelStrategyParamsPtr, m_strategyName, and te::rp::MixtureModel::reset().
Referenced by InputParameters().
      
  | 
  virtual | |||||||||||||
Clear all internal allocated resources and reset the parameters instance to its initial state.
Implements te::common::AbstractParameters.
Definition at line 72 of file MixtureModel.cpp.
Referenced by InputParameters().
| void te::rp::MixtureModel::InputParameters::setMixtureModelStrategyParams | ( | const StrategyParameters & | p | ) | 
Set specific mixture model strategy parameters.
| p | The specific mixture model strategy parameters. | 
Definition at line 56 of file MixtureModel.cpp.
References te::common::AbstractParameters::clone().
Referenced by te::qt::widgets::MixtureModelWizardPage::getInputParams(), and te::qt::widgets::MixtureModelDialog::on_okPushButton_clicked().
| 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.
Referenced by te::qt::widgets::MixtureModelWizard::execute(), te::qt::widgets::MixtureModelWizardPage::getInputParams(), te::rp::MixtureModel::initialize(), te::qt::widgets::MixtureModelDialog::on_okPushButton_clicked(), and operator=().
| 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.
Referenced by te::qt::widgets::MixtureModelWizard::execute(), te::qt::widgets::MixtureModelWizardPage::getInputParams(), te::rp::MixtureModel::initialize(), te::qt::widgets::MixtureModelDialog::on_okPushButton_clicked(), and operator=().
| te::rst::Raster const* te::rp::MixtureModel::InputParameters::m_inputRasterPtr | 
Input raster.
Definition at line 108 of file MixtureModel.h.
Referenced by te::qt::widgets::MixtureModelWizard::execute(), te::rp::MixtureModel::initialize(), te::qt::widgets::MixtureModelDialog::on_okPushButton_clicked(), and operator=().
| std::vector<std::string> te::rp::MixtureModel::InputParameters::m_inputSensorBands | 
The names of the sensor/bands.
Definition at line 110 of file MixtureModel.h.
Referenced by te::qt::widgets::MixtureModelWizardPage::getInputParams(), te::rp::MixtureModel::initialize(), te::qt::widgets::MixtureModelDialog::on_okPushButton_clicked(), and operator=().
| StrategyParameters* te::rp::MixtureModel::InputParameters::m_mixtureModelStrategyParamsPtr | 
Internal specific mixture model strategy parameters.
Definition at line 113 of file MixtureModel.h.
Referenced by operator=().
| 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.
Referenced by te::qt::widgets::MixtureModelWizardPage::getInputParams(), te::qt::widgets::MixtureModelDialog::on_okPushButton_clicked(), and operator=().