All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
te::rp::ArithmeticOperations::OutputParameters Class Reference

ArithmeticOperations output parameters. More...

#include <ArithmeticOperations.h>

Inheritance diagram for te::rp::ArithmeticOperations::OutputParameters:
te::rp::AlgorithmOutputParameters te::common::AbstractParameters

Public Member Functions

AbstractParametersclone () const
 Create a clone copy of this instance. More...
 
const OutputParametersoperator= (const OutputParameters &params)
 
 OutputParameters ()
 
 OutputParameters (const OutputParameters &)
 
void reset () throw ( te::rp::Exception )
 Clear all internal allocated resources and reset the parameters instance to its initial state. More...
 
 ~OutputParameters ()
 

Public Attributes

std::auto_ptr< te::rst::Rasterm_outputRasterPtr
 The generated output registered raster. More...
 
std::map< std::string,
std::string > 
m_rInfo
 The necessary information to create the output rasters (as described in te::raster::RasterFactory). More...
 
std::string m_rType
 Output raster data source type (as described in te::raster::RasterFactory ). More...
 

Detailed Description

ArithmeticOperations output parameters.

Definition at line 108 of file ArithmeticOperations.h.

Constructor & Destructor Documentation

te::rp::ArithmeticOperations::OutputParameters::OutputParameters ( )

Definition at line 88 of file ArithmeticOperations.cpp.

References te::rp::ArithmeticOperations::reset().

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

Definition at line 99 of file ArithmeticOperations.cpp.

References te::rp::ArithmeticOperations::reset().

Member Function Documentation

te::common::AbstractParameters * te::rp::ArithmeticOperations::OutputParameters::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 123 of file ArithmeticOperations.cpp.

const ArithmeticOperations::OutputParameters & te::rp::ArithmeticOperations::OutputParameters::operator= ( const OutputParameters params)

Definition at line 111 of file ArithmeticOperations.cpp.

References m_rInfo, m_rType, and te::rp::ArithmeticOperations::reset().

void te::rp::ArithmeticOperations::OutputParameters::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 104 of file ArithmeticOperations.cpp.

Referenced by te::qt::widgets::ArithmeticOpWizard::execute().

Member Data Documentation

std::auto_ptr< te::rst::Raster > te::rp::ArithmeticOperations::OutputParameters::m_outputRasterPtr

The generated output registered raster.

Definition at line 116 of file ArithmeticOperations.h.

Referenced by te::rp::ArithmeticOperations::execute().

std::map< std::string, std::string > te::rp::ArithmeticOperations::OutputParameters::m_rInfo

The necessary information to create the output rasters (as described in te::raster::RasterFactory).

Definition at line 114 of file ArithmeticOperations.h.

Referenced by te::qt::widgets::ArithmeticOpWizard::execute(), te::rp::ArithmeticOperations::execute(), and operator=().

std::string te::rp::ArithmeticOperations::OutputParameters::m_rType

Output raster data source type (as described in te::raster::RasterFactory ).

Definition at line 112 of file ArithmeticOperations.h.

Referenced by te::qt::widgets::ArithmeticOpWizard::execute(), te::rp::ArithmeticOperations::execute(), and operator=().


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