te::rp::MixtureModelLinearStrategy::Parameters Class Reference

MixtureModel Parameters. More...

#include <MixtureModelLinearStrategy.h>

Inheritance diagram for te::rp::MixtureModelLinearStrategy::Parameters:
te::rp::MixtureModelStrategyParameters te::rp::StrategyParameters te::common::AbstractParameters

Public Types

enum  MethodType { InvalidMethodT, LST, RLS3T }
 

Public Member Functions

te::common::AbstractParametersclone () const
 Create a clone copy of this instance. More...
 
const Parametersoperator= (const Parameters &params)
 
 Parameters ()
 
void reset () throw ( te::rp::Exception )
 Clear all internal allocated resources and reset the parameters instance to its initial state. More...
 
 ~Parameters ()
 

Public Attributes

MethodType m_methodType
 

Detailed Description

Member Enumeration Documentation

◆ MethodType

Enumerator
InvalidMethodT 

Invalid type.

LST 

Least Square Method.

RLS3T 

Resticted Least Square Method (only 3 components, 4 bands).

Definition at line 72 of file MixtureModelLinearStrategy.h.

Constructor & Destructor Documentation

◆ Parameters()

te::rp::MixtureModelLinearStrategy::Parameters::Parameters ( )

◆ ~Parameters()

te::rp::MixtureModelLinearStrategy::Parameters::~Parameters ( )

Member Function Documentation

◆ clone()

te::common::AbstractParameters* te::rp::MixtureModelLinearStrategy::Parameters::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.

◆ operator=()

const Parameters& te::rp::MixtureModelLinearStrategy::Parameters::operator= ( const Parameters params)

◆ reset()

void te::rp::MixtureModelLinearStrategy::Parameters::reset ( )
throw (te::rp::Exception
)
virtual

Clear all internal allocated resources and reset the parameters instance to its initial state.

Implements te::common::AbstractParameters.

Member Data Documentation

◆ m_methodType

MethodType te::rp::MixtureModelLinearStrategy::Parameters::m_methodType

Definition at line 79 of file MixtureModelLinearStrategy.h.


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