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 | ( | ) | 
Definition at line 125 of file SequenceMosaic.cpp.
References te::rp::SequenceMosaic::reset().
| te::rp::SequenceMosaic::OutputParameters::OutputParameters | ( | const OutputParameters & | other | ) | 
Definition at line 130 of file SequenceMosaic.cpp.
References te::rp::Algorithm::operator=(), and te::rp::SequenceMosaic::reset().
| te::rp::SequenceMosaic::OutputParameters::~OutputParameters | ( | ) | 
Definition at line 136 of file SequenceMosaic.cpp.
References te::rp::SequenceMosaic::reset().
      
  | 
  virtual | 
Create a clone copy of this instance.
Implements te::common::AbstractParameters.
Definition at line 158 of file SequenceMosaic.cpp.
| const SequenceMosaic::OutputParameters & te::rp::SequenceMosaic::OutputParameters::operator= | ( | const OutputParameters & | params | ) | 
Definition at line 147 of file SequenceMosaic.cpp.
References m_outputDSPtr, m_sequencesInfo, and te::rp::SequenceMosaic::reset().
      
  | 
  virtual | |||||||||||||
Clear all internal allocated resources and reset the parameters instance to its initial state.
Implements te::common::AbstractParameters.
Definition at line 141 of file SequenceMosaic.cpp.
Referenced by te::qt::widgets::MosaicWizard::executeSequenceMosaic().
| 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 | 
Definition at line 139 of file SequenceMosaic.h.
Referenced by te::rp::SequenceMosaic::execute(), te::qt::widgets::MosaicWizard::executeSequenceMosaic(), and operator=().