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 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...
 
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...
 

Detailed Description

MixtureModel input parameters.

Definition at line 69 of file MixtureModel.h.

Constructor & Destructor Documentation

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

Default constructor.

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

Copy constructor.

Parameters
rhsThe right-hand side Raster.
te::rp::MixtureModel::InputParameters::~InputParameters ( )

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.

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)
void te::rp::MixtureModel::InputParameters::reset ( )
throw (te::rp::Exception
)
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.

Parameters
pThe specific mixture model strategy parameters.

Member Data Documentation

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.


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