te::rp::MixtureModel::OutputParameters Class Reference

MixtureModel output parameters. More...

#include <MixtureModel.h>

Inheritance diagram for te::rp::MixtureModel::OutputParameters:
te::rp::AlgorithmOutputParameters te::common::AbstractParameters

Public Member Functions

te::common::AbstractParametersclone () const
 Copy paramters. More...
 
const MixtureModel::OutputParametersoperator= (const MixtureModel::OutputParameters &params)
 assigment operator More...
 
 OutputParameters ()
 Default constructor. More...
 
 OutputParameters (const OutputParameters &rhs)
 Copy constructor. More...
 
void reset () throw (te::rp::Exception)
 Reset all variables. More...
 
 ~OutputParameters ()
 

Public Attributes

bool m_createErrorRaster
 A flag to indicate that output raster will include the error bands. More...
 
std::unique_ptr< te::rst::Rasterm_errorRasterPtr
 A pointer to the generated output error raster, one band per component plus one error band per component (when parameter m_createErrorRaster is true). More...
 
std::vector< double > m_max
 Maximum value calculeted in output raster. More...
 
std::vector< double > m_maxerror
 Maximum value calculeted in output raster. More...
 
std::vector< double > m_min
 Minimun value calculeted in output raster. More...
 
std::vector< double > m_minerror
 Minimun value calculeted in output raster. More...
 
bool m_normalizeOutput
 A flag to indicate that output raster will be normalized , default [0, 1]. More...
 
double m_normalMax
 Upper limit to normalized. More...
 
double m_normalMin
 Lower limit to normalized. More...
 
std::unique_ptr< te::rst::Rasterm_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 output raster (as described in te::raster::RasterFactory). More...
 
std::map< std::string, std::string > m_rInfoError
 The necessary information to create the error raster (as described in te::raster::RasterFactory). More...
 
std::string m_rType
 Output raster data source type (as described in te::raster::RasterFactory ). More...
 

Detailed Description

MixtureModel output parameters.

Definition at line 127 of file MixtureModel.h.

Constructor & Destructor Documentation

◆ OutputParameters() [1/2]

te::rp::MixtureModel::OutputParameters::OutputParameters ( )

Default constructor.

◆ OutputParameters() [2/2]

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

Copy constructor.

Parameters
rhsThe right-hand side Raster.

◆ ~OutputParameters()

te::rp::MixtureModel::OutputParameters::~OutputParameters ( )

Member Function Documentation

◆ clone()

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

Copy paramters.

Implements te::common::AbstractParameters.

◆ operator=()

const MixtureModel::OutputParameters& te::rp::MixtureModel::OutputParameters::operator= ( const MixtureModel::OutputParameters params)

assigment operator

◆ reset()

void te::rp::MixtureModel::OutputParameters::reset ( )
throw (te::rp::Exception
)
virtual

Reset all variables.

Implements te::common::AbstractParameters.

Member Data Documentation

◆ m_createErrorRaster

bool te::rp::MixtureModel::OutputParameters::m_createErrorRaster

A flag to indicate that output raster will include the error bands.

Definition at line 162 of file MixtureModel.h.

◆ m_errorRasterPtr

std::unique_ptr<te::rst::Raster> te::rp::MixtureModel::OutputParameters::m_errorRasterPtr
mutable

A pointer to the generated output error raster, one band per component plus one error band per component (when parameter m_createErrorRaster is true).

Definition at line 157 of file MixtureModel.h.

◆ m_max

std::vector<double> te::rp::MixtureModel::OutputParameters::m_max

Maximum value calculeted in output raster.

Definition at line 164 of file MixtureModel.h.

◆ m_maxerror

std::vector<double> te::rp::MixtureModel::OutputParameters::m_maxerror

Maximum value calculeted in output raster.

Definition at line 166 of file MixtureModel.h.

◆ m_min

std::vector<double> te::rp::MixtureModel::OutputParameters::m_min

Minimun value calculeted in output raster.

Definition at line 163 of file MixtureModel.h.

◆ m_minerror

std::vector<double> te::rp::MixtureModel::OutputParameters::m_minerror

Minimun value calculeted in output raster.

Definition at line 165 of file MixtureModel.h.

◆ m_normalizeOutput

bool te::rp::MixtureModel::OutputParameters::m_normalizeOutput

A flag to indicate that output raster will be normalized , default [0, 1].

Definition at line 159 of file MixtureModel.h.

◆ m_normalMax

double te::rp::MixtureModel::OutputParameters::m_normalMax

Upper limit to normalized.

Definition at line 161 of file MixtureModel.h.

◆ m_normalMin

double te::rp::MixtureModel::OutputParameters::m_normalMin

Lower limit to normalized.

Definition at line 160 of file MixtureModel.h.

◆ m_outputRasterPtr

std::unique_ptr<te::rst::Raster> te::rp::MixtureModel::OutputParameters::m_outputRasterPtr
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 156 of file MixtureModel.h.

◆ m_rInfo

std::map< std::string, std::string > te::rp::MixtureModel::OutputParameters::m_rInfo

The necessary information to create the output raster (as described in te::raster::RasterFactory).

Definition at line 155 of file MixtureModel.h.

◆ m_rInfoError

std::map< std::string, std::string > te::rp::MixtureModel::OutputParameters::m_rInfoError

The necessary information to create the error raster (as described in te::raster::RasterFactory).

Definition at line 158 of file MixtureModel.h.

◆ m_rType

std::string te::rp::MixtureModel::OutputParameters::m_rType

Output raster data source type (as described in te::raster::RasterFactory ).

Definition at line 154 of file MixtureModel.h.


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