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... | |
| bool | m_normalize | 
| Output values normalization will be performed to fit the allowed values range (default:false).  More... | |
| std::vector< boost::shared_ptr < te::rst::Raster > >  | m_rasterVec | 
| Input rasters vector.  More... | |
ArithmeticOperations input parameters.
Definition at line 73 of file ArithmeticOperations.h.
| te::rp::ArithmeticOperations::InputParameters::InputParameters | ( | ) | 
Definition at line 41 of file ArithmeticOperations.cpp.
References reset().
| te::rp::ArithmeticOperations::InputParameters::InputParameters | ( | const InputParameters & | other | ) | 
Definition at line 46 of file ArithmeticOperations.cpp.
References te::rp::Algorithm::operator=(), and te::rp::ArithmeticOperations::reset().
| te::rp::ArithmeticOperations::InputParameters::~InputParameters | ( | ) | 
Definition at line 52 of file ArithmeticOperations.cpp.
References te::rp::ArithmeticOperations::reset().
      
  | 
  virtual | 
Create a clone copy of this instance.
Implements te::common::AbstractParameters.
Definition at line 78 of file ArithmeticOperations.cpp.
| const ArithmeticOperations::InputParameters & te::rp::ArithmeticOperations::InputParameters::operator= | ( | const InputParameters & | params | ) | 
Definition at line 65 of file ArithmeticOperations.cpp.
References m_arithmeticString, m_enableProgress, m_normalize, m_rasterVec, 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 57 of file ArithmeticOperations.cpp.
Referenced by InputParameters(), and te::rp::ArithmeticOperations::reset().
| std::string te::rp::ArithmeticOperations::InputParameters::m_arithmeticString | 
Arithmetic string.
Definition at line 79 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 83 of file ArithmeticOperations.h.
Referenced by te::rp::ArithmeticOperations::execute(), 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 81 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().
| std::vector< boost::shared_ptr<te::rst::Raster> > te::rp::ArithmeticOperations::InputParameters::m_rasterVec | 
Input rasters vector.
Definition at line 77 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().