MixtureModel output parameters. More...
#include <MixtureModel.h>
  
 Public Member Functions | |
| te::common::AbstractParameters * | clone () const | 
| Create a clone copy of this instance.  More... | |
| const  MixtureModel::OutputParameters &  | operator= (const MixtureModel::OutputParameters ¶ms) | 
| OutputParameters () | |
| Default constructor.  More... | |
| OutputParameters (const OutputParameters &rhs) | |
| Copy constructor.  More... | |
| void | reset () throw (te::rp::Exception) | 
| Clear all internal allocated resources and reset the parameters instance to its initial state.  More... | |
| ~OutputParameters () | |
Public Attributes | |
| bool | m_createErrorRaster | 
| A flag to indicate that output raster will include the error bands.  More... | |
| bool | m_normalizeOutput | 
| A flag to indicate that output raster will be normalized, by default [0, 255].  More... | |
| std::auto_ptr< te::rst::Raster > | m_outputRasterPtr | 
| A pointer to the generated output raster, one band per component plus one error band per component (when parameter m_createErrorRaster is true).  More... | |
| std::map< std::string,  std::string >  | m_rInfo | 
| The necessary information to create the raster (as described in te::raster::RasterFactory).  More... | |
| std::string | m_rType | 
| Output raster data source type (as described in te::raster::RasterFactory ).  More... | |
MixtureModel output parameters.
Definition at line 123 of file MixtureModel.h.
| te::rp::MixtureModel::OutputParameters::OutputParameters | ( | ) | 
Default constructor.
Definition at line 107 of file MixtureModel.cpp.
References te::rp::MixtureModel::reset().
| te::rp::MixtureModel::OutputParameters::OutputParameters | ( | const OutputParameters & | rhs | ) | 
Copy constructor.
| rhs | The right-hand side Raster. | 
Definition at line 112 of file MixtureModel.cpp.
References te::rp::Algorithm::operator=(), and te::rp::MixtureModel::reset().
| te::rp::MixtureModel::OutputParameters::~OutputParameters | ( | ) | 
Definition at line 119 of file MixtureModel.cpp.
References te::rp::MixtureModel::reset().
      
  | 
  virtual | 
Create a clone copy of this instance.
Implements te::common::AbstractParameters.
Definition at line 146 of file MixtureModel.cpp.
| const te::rp::MixtureModel::OutputParameters & te::rp::MixtureModel::OutputParameters::operator= | ( | const MixtureModel::OutputParameters & | params | ) | 
Definition at line 133 of file MixtureModel.cpp.
References m_createErrorRaster, m_normalizeOutput, m_outputRasterPtr, m_rInfo, m_rType, and te::rp::MixtureModel::reset().
      
  | 
  virtual | |||||||||||||
Clear all internal allocated resources and reset the parameters instance to its initial state.
Implements te::common::AbstractParameters.
Definition at line 124 of file MixtureModel.cpp.
Referenced by te::qt::widgets::MixtureModelWizard::execute().
| bool te::rp::MixtureModel::OutputParameters::m_createErrorRaster | 
A flag to indicate that output raster will include the error bands.
Definition at line 154 of file MixtureModel.h.
Referenced by te::rp::MixtureModel::execute(), te::qt::widgets::MixtureModelWizardPage::getOutputParams(), te::qt::widgets::MixtureModelDialog::on_okPushButton_clicked(), and operator=().
| bool te::rp::MixtureModel::OutputParameters::m_normalizeOutput | 
A flag to indicate that output raster will be normalized, by default [0, 255].
Definition at line 153 of file MixtureModel.h.
Referenced by te::rp::MixtureModel::execute(), te::qt::widgets::MixtureModelWizardPage::getOutputParams(), te::qt::widgets::MixtureModelDialog::on_okPushButton_clicked(), and operator=().
      
  | 
  mutable | 
A pointer to the generated output raster, one band per component plus one error band per component (when parameter m_createErrorRaster is true).
Definition at line 152 of file MixtureModel.h.
Referenced by te::rp::MixtureModel::execute(), and operator=().
| std::map< std::string, std::string > te::rp::MixtureModel::OutputParameters::m_rInfo | 
The necessary information to create the raster (as described in te::raster::RasterFactory).
Definition at line 151 of file MixtureModel.h.
Referenced by te::qt::widgets::MixtureModelWizard::execute(), te::rp::MixtureModel::execute(), te::qt::widgets::MixtureModelDialog::on_okPushButton_clicked(), and operator=().
| std::string te::rp::MixtureModel::OutputParameters::m_rType | 
Output raster data source type (as described in te::raster::RasterFactory ).
Definition at line 150 of file MixtureModel.h.
Referenced by te::qt::widgets::MixtureModelWizard::execute(), te::rp::MixtureModel::execute(), te::qt::widgets::MixtureModelDialog::on_okPushButton_clicked(), and operator=().