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 allowed values range (default:false).  More... | |
ArithmeticOperations input parameters.
Definition at line 74 of file ArithmeticOperations.h.
| te::rp::ArithmeticOperations::InputParameters::InputParameters | ( | ) | 
Definition at line 44 of file ArithmeticOperations.cpp.
References reset().
| te::rp::ArithmeticOperations::InputParameters::InputParameters | ( | const InputParameters & | other | ) | 
Definition at line 49 of file ArithmeticOperations.cpp.
References te::rp::Algorithm::operator=(), and te::rp::ArithmeticOperations::reset().
| te::rp::ArithmeticOperations::InputParameters::~InputParameters | ( | ) | 
Definition at line 55 of file ArithmeticOperations.cpp.
References te::rp::ArithmeticOperations::reset().
      
  | 
  virtual | 
Create a clone copy of this instance.
Implements te::common::AbstractParameters.
Definition at line 83 of file ArithmeticOperations.cpp.
| const ArithmeticOperations::InputParameters & te::rp::ArithmeticOperations::InputParameters::operator= | ( | const InputParameters & | params | ) | 
Definition at line 69 of file ArithmeticOperations.cpp.
References m_arithmeticString, m_enableProgress, m_inputRasters, m_interpMethod, m_normalize, and te::rp::ArithmeticOperations::reset().
      
  | 
  virtual | |||||||||||||
Clear all internal allocated resources and reset the parameters instance to its initial state.
Implements te::common::AbstractParameters.
Definition at line 60 of file ArithmeticOperations.cpp.
References te::rst::NearestNeighbor.
Referenced by InputParameters(), and te::rp::ArithmeticOperations::reset().
| std::string te::rp::ArithmeticOperations::InputParameters::m_arithmeticString | 
Arithmetic string.
Definition at line 80 of file ArithmeticOperations.h.
Referenced by te::rp::ArithmeticOperations::execute(), te::rp::ArithmeticOperations::initialize(), operator=(), te::qt::widgets::ArithmeticOpWizard::paramsFromOp1(), te::qt::widgets::ArithmeticOpWizard::paramsFromOp2(), te::qt::widgets::ArithmeticOpWizard::paramsFromOp3(), te::qt::widgets::ArithmeticOpWizard::paramsFromOp4(), te::qt::widgets::ArithmeticOpWizard::paramsFromOp5(), te::qt::widgets::ArithmeticOpWizard::paramsFromOp6(), and te::qt::widgets::ArithmeticOpWizard::paramsFromOpUserdDef().
| bool te::rp::ArithmeticOperations::InputParameters::m_enableProgress | 
Enable/Disable the progress interface (default:false).
Definition at line 84 of file ArithmeticOperations.h.
Referenced by te::rp::ArithmeticOperations::execute(), and operator=().
| std::vector< te::rst::Raster* > te::rp::ArithmeticOperations::InputParameters::m_inputRasters | 
Input rasters vector.
Definition at line 78 of file ArithmeticOperations.h.
Referenced by te::rp::ArithmeticOperations::execute(), te::rp::ArithmeticOperations::initialize(), operator=(), te::qt::widgets::ArithmeticOpWizard::paramsFromOp1(), te::qt::widgets::ArithmeticOpWizard::paramsFromOp2(), te::qt::widgets::ArithmeticOpWizard::paramsFromOp3(), te::qt::widgets::ArithmeticOpWizard::paramsFromOp4(), te::qt::widgets::ArithmeticOpWizard::paramsFromOp5(), and te::qt::widgets::ArithmeticOpWizard::paramsFromOp6().
| te::rst::Interpolator::Method te::rp::ArithmeticOperations::InputParameters::m_interpMethod | 
The raster interpolator method (default:NearestNeighbor).
Definition at line 86 of file ArithmeticOperations.h.
Referenced by te::rp::ArithmeticOperations::execBinaryOperatorRasterXRaster(), and operator=().
| bool te::rp::ArithmeticOperations::InputParameters::m_normalize | 
Output values normalization will be performed to fit the allowed values range (default:false).
Definition at line 82 of file ArithmeticOperations.h.
Referenced by te::rp::ArithmeticOperations::execute(), operator=(), te::qt::widgets::ArithmeticOpWizard::paramsFromOp1(), te::qt::widgets::ArithmeticOpWizard::paramsFromOp2(), te::qt::widgets::ArithmeticOpWizard::paramsFromOp3(), te::qt::widgets::ArithmeticOpWizard::paramsFromOp4(), te::qt::widgets::ArithmeticOpWizard::paramsFromOp5(), te::qt::widgets::ArithmeticOpWizard::paramsFromOp6(), and te::qt::widgets::ArithmeticOpWizard::paramsFromOpUserdDef().