te::rp::MixtureModel::InputParameters Class Reference

MixtureModel input parameters. More...

#include <MixtureModel.h>

Inheritance diagram for te::rp::MixtureModel::InputParameters:
te::rp::AlgorithmInputParameters te::common::AbstractParameters

Public Member Functions

te::common::AbstractParametersclone () 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::InputParametersoperator= (const MixtureModel::InputParameters &params)
 
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 intm_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...
 
StrategyParametersm_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...
 

Detailed Description

MixtureModel input parameters.

Definition at line 72 of file MixtureModel.h.

Constructor & Destructor Documentation

te::rp::MixtureModel::InputParameters::InputParameters ( )

Default constructor.

Definition at line 37 of file src/terralib/rp/MixtureModel.cpp.

References reset().

Referenced by clone().

te::rp::MixtureModel::InputParameters::InputParameters ( const InputParameters rhs)

Copy constructor.

Parameters
rhsThe right-hand side Raster.

Definition at line 43 of file src/terralib/rp/MixtureModel.cpp.

References operator=(), and reset().

te::rp::MixtureModel::InputParameters::~InputParameters ( )

Definition at line 51 of file src/terralib/rp/MixtureModel.cpp.

References reset().

Member Function Documentation

te::common::AbstractParameters * te::rp::MixtureModel::InputParameters::clone ( ) const
virtual

Create a clone copy of this instance.

Returns
A clone copy of this instance.
Note
The caller will take the ownership of the returned pointer.

Implements te::common::AbstractParameters.

Definition at line 108 of file src/terralib/rp/MixtureModel.cpp.

References InputParameters().

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 src/terralib/rp/MixtureModel.cpp.

References m_mixtureModelStrategyParamsPtr.

Referenced by te::rp::MixtureModel::execute(), and te::rp::MixtureModel::generateTransformMatrix().

void te::rp::MixtureModel::InputParameters::reset ( )
throw (te::rp::Exception
)
virtual
void te::rp::MixtureModel::InputParameters::setMixtureModelStrategyParams ( const StrategyParameters p)

Member Data Documentation

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 118 of file MixtureModel.h.

Referenced by te::rp::MixtureModel::execute(), te::qt::widgets::MixtureModelWizardPage::getInputParams(), and operator=().

StrategyParameters* te::rp::MixtureModel::InputParameters::m_mixtureModelStrategyParamsPtr

Internal specific mixture model strategy parameters.

Definition at line 116 of file MixtureModel.h.

Referenced by getMixtureModelStrategyParams(), operator=(), reset(), and setMixtureModelStrategyParams().

boost::numeric::ublas::matrix<double> te::rp::MixtureModel::InputParameters::m_transfMatrix

Used transformation matrix (when applicable).

Definition at line 117 of file MixtureModel.h.

Referenced by te::qt::widgets::MixtureModelWizard::execute(), te::rp::MixtureModel::execute(), operator=(), and reset().


The documentation for this class was generated from the following files: