MixtureModel output parameters. More...
#include <MixtureModel.h>
Public Member Functions | |
te::common::AbstractParameters * | clone () const |
Copy paramters. More... | |
const MixtureModel::OutputParameters & | operator= (const MixtureModel::OutputParameters ¶ms) |
assigment operator More... | |
OutputParameters () | |
Default constructor. More... | |
OutputParameters (const OutputParameters &rhs) | |
Copy constructor. More... | |
void | reset () |
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::Raster > | m_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::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 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... | |
MixtureModel output parameters.
Definition at line 130 of file MixtureModel.h.
te::rp::MixtureModel::OutputParameters::OutputParameters | ( | ) |
Default constructor.
te::rp::MixtureModel::OutputParameters::OutputParameters | ( | const OutputParameters & | rhs | ) |
Copy constructor.
rhs | The right-hand side Raster. |
te::rp::MixtureModel::OutputParameters::~OutputParameters | ( | ) |
|
virtual |
Copy paramters.
Implements te::common::AbstractParameters.
const MixtureModel::OutputParameters & te::rp::MixtureModel::OutputParameters::operator= | ( | const MixtureModel::OutputParameters & | params | ) |
assigment operator
|
virtual |
Reset all variables.
Implements te::common::AbstractParameters.
bool te::rp::MixtureModel::OutputParameters::m_createErrorRaster |
A flag to indicate that output raster will include the error bands.
Definition at line 165 of file MixtureModel.h.
|
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 160 of file MixtureModel.h.
std::vector<double> te::rp::MixtureModel::OutputParameters::m_max |
Maximum value calculeted in output raster.
Definition at line 167 of file MixtureModel.h.
std::vector<double> te::rp::MixtureModel::OutputParameters::m_maxerror |
Maximum value calculeted in output raster.
Definition at line 169 of file MixtureModel.h.
std::vector<double> te::rp::MixtureModel::OutputParameters::m_min |
Minimun value calculeted in output raster.
Definition at line 166 of file MixtureModel.h.
std::vector<double> te::rp::MixtureModel::OutputParameters::m_minerror |
Minimun value calculeted in output raster.
Definition at line 168 of file MixtureModel.h.
bool te::rp::MixtureModel::OutputParameters::m_normalizeOutput |
A flag to indicate that output raster will be normalized , default [0, 1].
Definition at line 162 of file MixtureModel.h.
double te::rp::MixtureModel::OutputParameters::m_normalMax |
Upper limit to normalized.
Definition at line 164 of file MixtureModel.h.
double te::rp::MixtureModel::OutputParameters::m_normalMin |
Lower limit to normalized.
Definition at line 163 of file MixtureModel.h.
|
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 159 of file MixtureModel.h.
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 158 of file MixtureModel.h.
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 161 of file MixtureModel.h.
std::string te::rp::MixtureModel::OutputParameters::m_rType |
Output raster data source type (as described in te::raster::RasterFactory ).
Definition at line 157 of file MixtureModel.h.