MixtureModel output parameters. More...
#include <MixtureModel.h>
Public Member Functions | |
te::common::AbstractParameters * | clone () const |
Create a clone copy of this instance. More... | |
const MixtureModel::OutputParameters & | operator= (const MixtureModel::OutputParameters ¶ms) |
OutputParameters () | |
Default constructor. More... | |
OutputParameters (const OutputParameters &rhs) | |
Copy constructor. More... | |
void | reset () throw (te::rp::Exception) |
Clear all internal allocated resources and reset the parameters instance to its initial state. More... | |
~OutputParameters () | |
Public Attributes | |
bool | m_createErrorRaster |
A flag to indicate that output raster will include the error bands. More... | |
bool | m_normalizeOutput |
A flag to indicate that output raster will be normalized, by default [0, 255]. More... | |
std::auto_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 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 123 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 |
Create a clone copy of this instance.
Implements te::common::AbstractParameters.
const MixtureModel::OutputParameters& te::rp::MixtureModel::OutputParameters::operator= | ( | const MixtureModel::OutputParameters & | params | ) |
|
virtual |
Clear all internal allocated resources and reset the parameters instance to its initial state.
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 154 of file MixtureModel.h.
bool te::rp::MixtureModel::OutputParameters::m_normalizeOutput |
A flag to indicate that output raster will be normalized, by default [0, 255].
Definition at line 153 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 152 of file MixtureModel.h.
std::map< std::string, std::string > te::rp::MixtureModel::OutputParameters::m_rInfo |
The necessary information to create the raster (as described in te::raster::RasterFactory).
Definition at line 151 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 150 of file MixtureModel.h.