Mosaic output parameters. More...
#include <SequenceMosaic.h>
Public Member Functions | |
AbstractParameters * | clone () const |
Create a clone copy of this instance. More... | |
const OutputParameters & | operator= (const OutputParameters ¶ms) |
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::DataSource * | m_outputDSPtr |
The mosaic sequences info. More... | |
std::vector< MosaicSequenceInfo > | m_sequencesInfo |
Mosaic output parameters.
Definition at line 135 of file SequenceMosaic.h.
te::rp::SequenceMosaic::OutputParameters::OutputParameters | ( | ) |
te::rp::SequenceMosaic::OutputParameters::OutputParameters | ( | const OutputParameters & | ) |
te::rp::SequenceMosaic::OutputParameters::~OutputParameters | ( | ) |
|
virtual |
Create a clone copy of this instance.
Implements te::common::AbstractParameters.
const OutputParameters& te::rp::SequenceMosaic::OutputParameters::operator= | ( | const OutputParameters & | params | ) |
|
virtual |
Clear all internal allocated resources and reset the parameters instance to its initial state.
Implements te::common::AbstractParameters.
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.
std::vector< MosaicSequenceInfo > te::rp::SequenceMosaic::OutputParameters::m_sequencesInfo |
Definition at line 139 of file SequenceMosaic.h.