te::rp::PostClassification::InputParameters Class Reference

Filter input parameters. More...

#include <PostClassification.h>

Inheritance diagram for te::rp::PostClassification::InputParameters:
te::rp::AlgorithmInputParameters te::common::AbstractParameters

Public Member Functions

AbstractParametersclone () const
 Create a clone copy of this instance. More...
 
 InputParameters ()
 
 InputParameters (const InputParameters &)
 
const InputParametersoperator= (const InputParameters &params)
 
void reset () throw (te::rp::Exception)
 Clear all internal allocated resources and reset the parameters instance to its initial state. More...
 
 ~InputParameters ()
 

Public Attributes

te::rst::Raster const * m_inRasterPtr
 Input raster. More...
 
unsigned int m_threshold
 The threshold value is the frequency value above which the central point is modified. More...
 
unsigned int m_weight
 The weight value defines the number of times the frequency of the central point has to be considered. More...
 

Detailed Description

Filter input parameters.

Definition at line 48 of file PostClassification.h.

Constructor & Destructor Documentation

te::rp::PostClassification::InputParameters::InputParameters ( )
te::rp::PostClassification::InputParameters::InputParameters ( const InputParameters )
te::rp::PostClassification::InputParameters::~InputParameters ( )

Member Function Documentation

AbstractParameters* te::rp::PostClassification::InputParameters::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 InputParameters& te::rp::PostClassification::InputParameters::operator= ( const InputParameters params)
void te::rp::PostClassification::InputParameters::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

te::rst::Raster const* te::rp::PostClassification::InputParameters::m_inRasterPtr

Input raster.

Definition at line 52 of file PostClassification.h.

unsigned int te::rp::PostClassification::InputParameters::m_threshold

The threshold value is the frequency value above which the central point is modified.

Definition at line 56 of file PostClassification.h.

unsigned int te::rp::PostClassification::InputParameters::m_weight

The weight value defines the number of times the frequency of the central point has to be considered.

Definition at line 54 of file PostClassification.h.


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