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

Filter output parameters. More...

#include <Filter.h>

Inheritance diagram for te::rp::Filter::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
 A pointer the ge generated output raster (label image). More...
 
std::map< std::string,
std::string > 
m_rInfo
 The necessary information to create the raster (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

Filter output parameters.

Definition at line 109 of file Filter.h.

Constructor & Destructor Documentation

te::rp::Filter::OutputParameters::OutputParameters ( )

Definition at line 97 of file Filter.cpp.

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

te::rp::Filter::OutputParameters::OutputParameters ( const OutputParameters other)

Definition at line 102 of file Filter.cpp.

References te::rp::Algorithm::operator=(), and te::rp::Filter::reset().

te::rp::Filter::OutputParameters::~OutputParameters ( )

Definition at line 108 of file Filter.cpp.

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

Member Function Documentation

te::common::AbstractParameters * te::rp::Filter::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 131 of file Filter.cpp.

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

Definition at line 120 of file Filter.cpp.

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

void te::rp::Filter::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 113 of file Filter.cpp.

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

Member Data Documentation

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

A pointer the ge generated output raster (label image).

Definition at line 117 of file Filter.h.

Referenced by te::qt::widgets::FilterWizardPage::apply(), and te::rp::Filter::execute().

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

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

Definition at line 115 of file Filter.h.

Referenced by te::qt::widgets::FilterWizardPage::apply(), te::qt::widgets::FilterWizard::execute(), te::rp::Filter::execute(), and operator=().

std::string te::rp::Filter::OutputParameters::m_rType

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

Definition at line 113 of file Filter.h.

Referenced by te::qt::widgets::FilterWizardPage::apply(), te::qt::widgets::FilterWizard::execute(), te::rp::Filter::execute(), and operator=().


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