All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 () 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...
 

Detailed Description

ArithmeticOperations input parameters.

Definition at line 74 of file ArithmeticOperations.h.

Constructor & Destructor Documentation

te::rp::ArithmeticOperations::InputParameters::InputParameters ( )

Definition at line 44 of file ArithmeticOperations.cpp.

References reset().

te::rp::ArithmeticOperations::InputParameters::InputParameters ( const InputParameters other)
te::rp::ArithmeticOperations::InputParameters::~InputParameters ( )

Definition at line 55 of file ArithmeticOperations.cpp.

References te::rp::ArithmeticOperations::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 ArithmeticOperations.cpp.

const ArithmeticOperations::InputParameters & te::rp::ArithmeticOperations::InputParameters::operator= ( const InputParameters params)
void te::rp::ArithmeticOperations::InputParameters::reset ( )
throw (te::rp::Exception
)
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().

Member Data Documentation

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

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


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