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... | |
bool | serialize (AlgorithmParametersSerializer &serializer) const |
Returns a parameter serialization object. 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 into the output raster values range (default:true). More... | |
int | m_outRasterDataType |
Output raster data type, leave te::dt::UNKNOWN_TYPE to use the same as the input raster, see the avaliable types at terralib/datatype/DataTypes.h. More... | |
ArithmeticOperations input parameters.
Definition at line 88 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.
|
virtual |
Returns a parameter serialization object.
serializer | The output serialization object. |
Reimplemented from te::rp::AlgorithmInputParameters.
std::string te::rp::ArithmeticOperations::InputParameters::m_arithmeticString |
Arithmetic string.
Definition at line 94 of file ArithmeticOperations.h.
bool te::rp::ArithmeticOperations::InputParameters::m_enableProgress |
Enable/Disable the progress interface (default:false).
Definition at line 98 of file ArithmeticOperations.h.
std::vector< te::rst::Raster* > te::rp::ArithmeticOperations::InputParameters::m_inputRasters |
Input rasters vector.
Definition at line 92 of file ArithmeticOperations.h.
te::rst::Interpolator::Method te::rp::ArithmeticOperations::InputParameters::m_interpMethod |
The raster interpolator method (default:NearestNeighbor).
Definition at line 100 of file ArithmeticOperations.h.
bool te::rp::ArithmeticOperations::InputParameters::m_normalize |
Output values normalization will be performed to fit into the output raster values range (default:true).
Definition at line 96 of file ArithmeticOperations.h.
int te::rp::ArithmeticOperations::InputParameters::m_outRasterDataType |
Output raster data type, leave te::dt::UNKNOWN_TYPE to use the same as the input raster, see the avaliable types at terralib/datatype/DataTypes.h.
Definition at line 102 of file ArithmeticOperations.h.