ArithmeticOperations input parameters. More...
#include <ArithmeticOperations.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 | |
| std::string | m_arithmeticString | 
| Arithmetic string.  More... | |
| bool | m_enableProgress | 
| Enable/Disable the progress interface (default:false).  More... | |
| std::vector< te::rst::Raster * > | m_inputRasters | 
| Input rasters vector.  More... | |
| te::rst::Interpolator::Method | m_interpMethod | 
| The raster interpolator method (default:NearestNeighbor).  More... | |
| bool | m_normalize | 
| Output values normalization will be performed to fit the original input raster values range (default:true).  More... | |
ArithmeticOperations input parameters.
Definition at line 78 of file ArithmeticOperations.h.
| te::rp::ArithmeticOperations::InputParameters::InputParameters | ( | ) | 
| te::rp::ArithmeticOperations::InputParameters::InputParameters | ( | const InputParameters & | ) | 
| te::rp::ArithmeticOperations::InputParameters::~InputParameters | ( | ) | 
      
  | 
  virtual | 
Create a clone copy of this instance.
Implements te::common::AbstractParameters.
| const InputParameters& te::rp::ArithmeticOperations::InputParameters::operator= | ( | const InputParameters & | params | ) | 
      
  | 
  virtual | |||||||||||||
Clear all internal allocated resources and reset the parameters instance to its initial state.
Implements te::common::AbstractParameters.
| std::string te::rp::ArithmeticOperations::InputParameters::m_arithmeticString | 
Arithmetic string.
Definition at line 84 of file ArithmeticOperations.h.
| bool te::rp::ArithmeticOperations::InputParameters::m_enableProgress | 
Enable/Disable the progress interface (default:false).
Definition at line 88 of file ArithmeticOperations.h.
| std::vector< te::rst::Raster* > te::rp::ArithmeticOperations::InputParameters::m_inputRasters | 
Input rasters vector.
Definition at line 82 of file ArithmeticOperations.h.
| te::rst::Interpolator::Method te::rp::ArithmeticOperations::InputParameters::m_interpMethod | 
The raster interpolator method (default:NearestNeighbor).
Definition at line 90 of file ArithmeticOperations.h.
| bool te::rp::ArithmeticOperations::InputParameters::m_normalize | 
Output values normalization will be performed to fit the original input raster values range (default:true).
Definition at line 86 of file ArithmeticOperations.h.