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 ( )
te::rp::Filter::OutputParameters::OutputParameters ( const OutputParameters )
te::rp::Filter::OutputParameters::~OutputParameters ( )

Member Function Documentation

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.

const OutputParameters& te::rp::Filter::OutputParameters::operator= ( const OutputParameters params)
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.

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.

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.

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.


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