te::rp::Classifier::OutputParameters Class Reference

Classifier output parameters. More...

#include <Classifier.h>

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

Public Member Functions

te::common::AbstractParametersclone () const
 Create a clone copy of this instance. More...
 
const Classifier::OutputParametersoperator= (const Classifier::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

std::map< std::string, std::string > m_metadata
 Extra strategy-dependent generated metadata. More...
 
std::unique_ptr< te::rst::Rasterm_outputRasterPtr
 A pointer to the generated output raster (label image). 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

Classifier output parameters.

Definition at line 133 of file Classifier.h.

Constructor & Destructor Documentation

te::rp::Classifier::OutputParameters::OutputParameters ( )

Default constructor.

Definition at line 121 of file src/terralib/rp/Classifier.cpp.

References te::rp::Classifier::InputParameters::reset().

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

Copy constructor.

Parameters
rhsThe right-hand side Raster.

Definition at line 126 of file src/terralib/rp/Classifier.cpp.

References te::rp::Classifier::InputParameters::operator=(), and te::rp::Classifier::InputParameters::reset().

te::rp::Classifier::OutputParameters::~OutputParameters ( )

Member Function Documentation

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

Definition at line 156 of file src/terralib/rp/Classifier.cpp.

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

Definition at line 138 of file src/terralib/rp/Classifier.cpp.

Referenced by te::qt::widgets::ClassifierWizard::execute().

Member Data Documentation

std::map< std::string, std::string > te::rp::Classifier::OutputParameters::m_metadata

Extra strategy-dependent generated metadata.

Definition at line 163 of file Classifier.h.

Referenced by te::rp::Classifier::execute().

std::unique_ptr<te::rst::Raster> te::rp::Classifier::OutputParameters::m_outputRasterPtr
mutable

A pointer to the generated output raster (label image).

Definition at line 162 of file Classifier.h.

Referenced by te::rp::Classifier::execute(), and operator=().

std::map< std::string, std::string > te::rp::Classifier::OutputParameters::m_rInfo
std::string te::rp::Classifier::OutputParameters::m_rType

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