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 () _NOEXCEPT_OP(false) |
| 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 & | other | ) |
Definition at line 50 of file PostClassification.cpp.
References operator=(), and reset().
| te::rp::PostClassification::InputParameters::~InputParameters | ( | ) |
Definition at line 56 of file PostClassification.cpp.
References reset().
|
virtual |
Create a clone copy of this instance.
Implements te::common::AbstractParameters.
Definition at line 80 of file PostClassification.cpp.
References InputParameters().
| const PostClassification::InputParameters & te::rp::PostClassification::InputParameters::operator= | ( | const InputParameters & | params | ) |
Definition at line 68 of file PostClassification.cpp.
References m_inRasterPtr, m_threshold, m_weight, and reset().
Referenced by InputParameters(), and te::rp::PostClassification::OutputParameters::OutputParameters().
|
virtual |
Clear all internal allocated resources and reset the parameters instance to its initial state.
Implements te::common::AbstractParameters.
Definition at line 61 of file PostClassification.cpp.
References m_inRasterPtr, m_threshold, and m_weight.
Referenced by te::rp::PostClassification::initialize(), InputParameters(), operator=(), te::rp::PostClassification::OutputParameters::operator=(), te::rp::PostClassification::OutputParameters::OutputParameters(), te::rp::PostClassification::PostClassification(), te::rp::PostClassification::reset(), ~InputParameters(), and te::rp::PostClassification::OutputParameters::~OutputParameters().
| te::rst::Raster const* te::rp::PostClassification::InputParameters::m_inRasterPtr |
Input raster.
Definition at line 52 of file PostClassification.h.
Referenced by BOOST_AUTO_TEST_CASE(), te::qt::widgets::PostClassificationWidget::execute(), te::rp::PostClassification::execute(), te::rp::PostClassification::initialize(), operator=(), and reset().
| 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.
Referenced by BOOST_AUTO_TEST_CASE(), te::qt::widgets::PostClassificationWidget::execute(), te::rp::PostClassification::execute(), te::rp::PostClassification::initialize(), operator=(), and reset().
| 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.
Referenced by BOOST_AUTO_TEST_CASE(), te::qt::widgets::PostClassificationWidget::execute(), te::rp::PostClassification::execute(), te::rp::PostClassification::initialize(), operator=(), and reset().