te::rp::GeoMosaic::OutputParameters Class Reference

GeoMosaic output parameters. More...

#include <GeoMosaic.h>

Inheritance diagram for te::rp::GeoMosaic::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
 The generated output mosaic 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

GeoMosaic output parameters.

Definition at line 100 of file GeoMosaic.h.

Constructor & Destructor Documentation

te::rp::GeoMosaic::OutputParameters::OutputParameters ( )

Definition at line 116 of file GeoMosaic.cpp.

References te::rp::GeoMosaic::InputParameters::reset().

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

Definition at line 127 of file GeoMosaic.cpp.

References te::rp::GeoMosaic::InputParameters::reset().

Member Function Documentation

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

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

Definition at line 139 of file GeoMosaic.cpp.

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

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

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

Implements te::common::AbstractParameters.

Definition at line 132 of file GeoMosaic.cpp.

Referenced by te::qt::widgets::MosaicWizard::executeGeoMosaic().

Member Data Documentation

std::unique_ptr< te::rst::Raster > te::rp::GeoMosaic::OutputParameters::m_outputRasterPtr

The generated output mosaic raster.

Definition at line 108 of file GeoMosaic.h.

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

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

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

Definition at line 106 of file GeoMosaic.h.

Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_SUITE(), te::rp::GeoMosaic::execute(), te::qt::widgets::MosaicWizard::executeGeoMosaic(), Mosaic(), and operator=().

std::string te::rp::GeoMosaic::OutputParameters::m_rType

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

Definition at line 104 of file GeoMosaic.h.

Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_SUITE(), te::rp::GeoMosaic::execute(), te::qt::widgets::MosaicWizard::executeGeoMosaic(), Mosaic(), and operator=().


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