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... | |
| bool | serialize (AlgorithmParametersSerializer &serializer) const | 
| Returns a parameter serialization object.  More... | |
| ~InputParameters () | |
Public Attributes | |
| bool | m_enableRasterCache | 
| 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.
      
  | 
  virtual | 
Returns a parameter serialization object.
| serializer | The output serialization object. | 
Reimplemented from te::rp::AlgorithmInputParameters.
| bool te::rp::PostClassification::InputParameters::m_enableRasterCache | 
Definition at line 54 of file PostClassification.h.
| 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 58 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 56 of file PostClassification.h.