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

Mosaic output parameters. More...

#include <SequenceMosaic.h>

Inheritance diagram for te::rp::SequenceMosaic::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

te::da::DataSourcem_outputDSPtr
 The mosaic sequences info. More...
 
std::vector< MosaicSequenceInfom_sequencesInfo
 

Detailed Description

Mosaic output parameters.

Definition at line 135 of file SequenceMosaic.h.

Constructor & Destructor Documentation

te::rp::SequenceMosaic::OutputParameters::OutputParameters ( )

Definition at line 127 of file SequenceMosaic.cpp.

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

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

Definition at line 138 of file SequenceMosaic.cpp.

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

Member Function Documentation

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

const SequenceMosaic::OutputParameters & te::rp::SequenceMosaic::OutputParameters::operator= ( const OutputParameters params)
void te::rp::SequenceMosaic::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 143 of file SequenceMosaic.cpp.

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

Member Data Documentation

te::da::DataSource* te::rp::SequenceMosaic::OutputParameters::m_outputDSPtr

The mosaic sequences info.

The output data source where the mosaic rasters will be created.

Definition at line 141 of file SequenceMosaic.h.

Referenced by te::rp::SequenceMosaic::execute(), te::qt::widgets::MosaicWizard::executeSequenceMosaic(), and operator=().

std::vector< MosaicSequenceInfo > te::rp::SequenceMosaic::OutputParameters::m_sequencesInfo

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