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 () _NOEXCEPT_OP(false)
 Clear all internal allocated resources and reset the parameters instance to its initial state. More...
 
 ~OutputParameters ()
 

Public Attributes

std::unique_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

◆ OutputParameters() [1/2]

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

◆ OutputParameters() [2/2]

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

◆ ~OutputParameters()

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

Member Function Documentation

◆ clone()

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.

◆ operator=()

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

◆ reset()

void te::rp::Filter::OutputParameters::reset ( )
virtual

Clear all internal allocated resources and reset the parameters instance to its initial state.

Implements te::common::AbstractParameters.

Member Data Documentation

◆ m_outputRasterPtr

std::unique_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.

◆ m_rInfo

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.

◆ m_rType

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: