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 ( )
te::rp::ArithmeticOperations::InputParameters::InputParameters ( const InputParameters )
te::rp::ArithmeticOperations::InputParameters::~InputParameters ( )

Member Function Documentation

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.

const 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.

Member Data Documentation

std::string te::rp::ArithmeticOperations::InputParameters::m_arithmeticString

Arithmetic string.

Definition at line 80 of file ArithmeticOperations.h.

bool te::rp::ArithmeticOperations::InputParameters::m_enableProgress

Enable/Disable the progress interface (default:false).

Definition at line 84 of file ArithmeticOperations.h.

std::vector< te::rst::Raster* > te::rp::ArithmeticOperations::InputParameters::m_inputRasters

Input rasters vector.

Definition at line 78 of file ArithmeticOperations.h.

te::rst::Interpolator::Method te::rp::ArithmeticOperations::InputParameters::m_interpMethod

The raster interpolator method (default:NearestNeighbor).

Definition at line 86 of file ArithmeticOperations.h.

bool te::rp::ArithmeticOperations::InputParameters::m_normalize

Output values normalization will be performed to fit the allowed values range (default:false).

Definition at line 82 of file ArithmeticOperations.h.


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