Filter input parameters. More...
#include <PostClassification.h>
Public Member Functions | |
AbstractParameters * | clone () const |
Create a clone copy of this instance. More... | |
InputParameters () | |
InputParameters (const InputParameters &) | |
const InputParameters & | operator= (const InputParameters ¶ms) |
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... | |
Filter input parameters.
Definition at line 48 of file PostClassification.h.
te::rp::PostClassification::InputParameters::InputParameters | ( | ) |
te::rp::PostClassification::InputParameters::InputParameters | ( | const InputParameters & | ) |
te::rp::PostClassification::InputParameters::~InputParameters | ( | ) |
|
virtual |
Create a clone copy of this instance.
Implements te::common::AbstractParameters.
const InputParameters& te::rp::PostClassification::InputParameters::operator= | ( | const InputParameters & | params | ) |
|
virtual |
Clear all internal allocated resources and reset the parameters instance to its initial state.
Implements te::common::AbstractParameters.
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.