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 () _NOEXCEPT_OP(false) |
| 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 90 of file ArithmeticOperations.h.
| te::rp::ArithmeticOperations::InputParameters::InputParameters | ( | ) |
Definition at line 44 of file src/terralib/rp/ArithmeticOperations.cpp.
References reset().
Referenced by clone().
| te::rp::ArithmeticOperations::InputParameters::InputParameters | ( | const InputParameters & | other | ) |
Definition at line 49 of file src/terralib/rp/ArithmeticOperations.cpp.
References operator=(), and reset().
| te::rp::ArithmeticOperations::InputParameters::~InputParameters | ( | ) |
Definition at line 55 of file src/terralib/rp/ArithmeticOperations.cpp.
References reset().
|
virtual |
Create a clone copy of this instance.
Implements te::common::AbstractParameters.
Definition at line 83 of file src/terralib/rp/ArithmeticOperations.cpp.
References InputParameters().
| const ArithmeticOperations::InputParameters & te::rp::ArithmeticOperations::InputParameters::operator= | ( | const InputParameters & | params | ) |
Definition at line 69 of file src/terralib/rp/ArithmeticOperations.cpp.
References m_arithmeticString, m_enableProgress, m_inputRasters, m_interpMethod, m_normalize, and reset().
Referenced by InputParameters(), and te::rp::ArithmeticOperations::OutputParameters::OutputParameters().
|
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 src/terralib/rp/ArithmeticOperations.cpp.
References m_arithmeticString, m_enableProgress, m_inputRasters, m_interpMethod, m_normalize, and te::rst::NearestNeighbor.
Referenced by te::rp::ArithmeticOperations::ArithmeticOperations(), te::rp::ArithmeticOperations::initialize(), InputParameters(), operator=(), te::rp::ArithmeticOperations::OutputParameters::operator=(), te::rp::ArithmeticOperations::OutputParameters::OutputParameters(), te::rp::ArithmeticOperations::reset(), ~InputParameters(), and te::rp::ArithmeticOperations::OutputParameters::~OutputParameters().
| std::string te::rp::ArithmeticOperations::InputParameters::m_arithmeticString |
Arithmetic string.
Definition at line 96 of file ArithmeticOperations.h.
Referenced by ArithmeticOperations(), BOOST_AUTO_TEST_CASE(), te::rp::ArithmeticOperations::execute(), te::rp::ArithmeticOperations::initialize(), operator=(), te::qt::widgets::ArithmeticOpDialogForm::paramsFromOpUserdDef(), and reset().
| bool te::rp::ArithmeticOperations::InputParameters::m_enableProgress |
Enable/Disable the progress interface (default:false).
Definition at line 100 of file ArithmeticOperations.h.
Referenced by te::rp::ArithmeticOperations::execute(), operator=(), and reset().
| std::vector< te::rst::Raster* > te::rp::ArithmeticOperations::InputParameters::m_inputRasters |
Input rasters vector.
Definition at line 94 of file ArithmeticOperations.h.
Referenced by ArithmeticOperations(), BOOST_AUTO_TEST_CASE(), te::rp::ArithmeticOperations::execute(), te::rp::ArithmeticOperations::initialize(), operator=(), te::qt::widgets::ArithmeticOpDialogForm::paramsFromOpUserdDef(), and reset().
| te::rst::Interpolator::Method te::rp::ArithmeticOperations::InputParameters::m_interpMethod |
The raster interpolator method (default:NearestNeighbor).
Definition at line 102 of file ArithmeticOperations.h.
Referenced by te::rp::ArithmeticOperations::execBinaryOperatorRasterXRaster(), operator=(), and reset().
| 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 98 of file ArithmeticOperations.h.
Referenced by ArithmeticOperations(), BOOST_AUTO_TEST_CASE(), te::rp::ArithmeticOperations::execute(), operator=(), te::qt::widgets::ArithmeticOpDialogForm::paramsFromOpUserdDef(), and reset().