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
 Create a clone copy of this instance. More...
 
const MixtureModel::OutputParametersoperator= (const MixtureModel::OutputParameters &params)
 
 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::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 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 123 of file MixtureModel.h.

Constructor & Destructor Documentation

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

Default constructor.

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

Copy constructor.

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

Member Function Documentation

te::common::AbstractParameters* te::rp::MixtureModel::OutputParameters::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.

const MixtureModel::OutputParameters& te::rp::MixtureModel::OutputParameters::operator= ( const MixtureModel::OutputParameters params)
void te::rp::MixtureModel::OutputParameters::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

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.

std::auto_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 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.


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