te::rp::ArithmeticOperations::InputParameters Class Reference

ArithmeticOperations input parameters. More...

#include <ArithmeticOperations.h>

Inheritance diagram for te::rp::ArithmeticOperations::InputParameters:
te::rp::AlgorithmInputParameters te::common::AbstractParameters

Public Member Functions

AbstractParametersclone () const
 Create a clone copy of this instance. More...
 
 InputParameters ()
 
 InputParameters (const InputParameters &)
 
const InputParametersoperator= (const InputParameters &params)
 
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...
 

Detailed Description

ArithmeticOperations input parameters.

Definition at line 90 of file ArithmeticOperations.h.

Constructor & Destructor Documentation

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().

Member Function Documentation

te::common::AbstractParameters * te::rp::ArithmeticOperations::InputParameters::clone ( ) const
virtual

Create a clone copy of this instance.

Returns
A clone copy of this instance.
Note
The caller will take the ownership of the returned pointer.

Implements te::common::AbstractParameters.

Definition at line 83 of file src/terralib/rp/ArithmeticOperations.cpp.

References InputParameters().

Member Data Documentation

std::string te::rp::ArithmeticOperations::InputParameters::m_arithmeticString
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
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().


The documentation for this class was generated from the following files: