This class is GUI used to define the mosaic wizard for the RP mosaic operation. More...
#include <MosaicWizard.h>
Public Member Functions | |
std::list< te::map::AbstractLayerPtr > | getOutputLayers () |
MosaicWizard (QWidget *parent) | |
void | setList (std::list< te::map::AbstractLayerPtr > &layerList) |
virtual bool | validateCurrentPage () |
~MosaicWizard () | |
Protected Member Functions | |
void | addPages () |
bool | execute () |
bool | executeGeoMosaic () |
bool | executeSequenceMosaic () |
bool | executeTiePointMosaic () |
Private Attributes | |
std::auto_ptr< te::qt::widgets::LayerSearchWizardPage > | m_layerSearchPage |
std::auto_ptr< te::qt::widgets::MosaicWizardPage > | m_mosaicPage |
std::list< te::map::AbstractLayerPtr > | m_outputLayerList |
std::auto_ptr< te::qt::widgets::RasterInfoWizardPage > | m_rasterInfoPage |
This class is GUI used to define the mosaic wizard for the RP mosaic operation.
Definition at line 54 of file MosaicWizard.h.
te::qt::widgets::MosaicWizard::MosaicWizard | ( | QWidget * | parent | ) |
Definition at line 49 of file MosaicWizard.cpp.
References addPages(), and te::qt::widgets::HelpPushButton::setPageReference().
te::qt::widgets::MosaicWizard::~MosaicWizard | ( | ) |
Definition at line 69 of file MosaicWizard.cpp.
|
protected |
Definition at line 108 of file MosaicWizard.cpp.
Referenced by MosaicWizard().
|
protected |
Definition at line 119 of file MosaicWizard.cpp.
|
protected |
Definition at line 131 of file MosaicWizard.cpp.
References te::common::ProgressManager::addViewer(), te::qt::widgets::createLayer(), te::rp::GeoMosaic::execute(), te::common::FreeContents(), te::da::GetFirstPropertyPos(), te::common::Singleton< ProgressManager >::getInstance(), te::rp::Module::getLastLogStr(), te::rp::GeoMosaic::initialize(), te::rp::GeoMosaic::InputParameters::m_enableProgress, te::rp::GeoMosaic::InputParameters::m_feederRasterPtr, te::rp::GeoMosaic::InputParameters::m_inputRastersBands, te::rp::GeoMosaic::OutputParameters::m_rInfo, te::rp::GeoMosaic::OutputParameters::m_rType, te::dt::RASTER_TYPE, te::common::ProgressManager::removeViewer(), and te::rp::GeoMosaic::OutputParameters::reset().
|
protected |
Definition at line 377 of file MosaicWizard.cpp.
References te::common::ProgressManager::addViewer(), te::qt::widgets::createLayer(), te::rp::SequenceMosaic::execute(), te::common::FreeContents(), te::da::GetFirstPropertyPos(), te::common::Singleton< ProgressManager >::getInstance(), te::rp::Module::getLastLogStr(), te::rp::SequenceMosaic::initialize(), te::rp::SequenceMosaic::InputParameters::m_feederRasterPtr, te::rp::SequenceMosaic::InputParameters::m_inputRastersBands, te::rp::SequenceMosaic::InputParameters::m_outDataSetsNamePrefix, te::rp::SequenceMosaic::InputParameters::m_outDataSetsNameSufix, te::rp::SequenceMosaic::OutputParameters::m_outputDSPtr, te::rp::SequenceMosaic::OutputParameters::m_sequencesInfo, te::dt::RASTER_TYPE, te::common::ProgressManager::removeViewer(), and te::rp::SequenceMosaic::OutputParameters::reset().
|
protected |
Definition at line 258 of file MosaicWizard.cpp.
References te::common::ProgressManager::addViewer(), te::qt::widgets::createLayer(), te::rp::TiePointsMosaic::execute(), te::da::GetFirstPropertyPos(), te::common::Singleton< ProgressManager >::getInstance(), te::rp::Module::getLastLogStr(), te::rp::TiePointsMosaic::initialize(), te::rp::TiePointsMosaic::InputParameters::m_enableProgress, te::rp::TiePointsMosaic::InputParameters::m_feederRasterPtr, te::rp::TiePointsMosaic::InputParameters::m_inputRastersBands, te::rp::TiePointsMosaic::OutputParameters::m_rInfo, te::rp::TiePointsMosaic::OutputParameters::m_rType, te::dt::RASTER_TYPE, te::common::ProgressManager::removeViewer(), and te::rp::TiePointsMosaic::OutputParameters::reset().
std::list< te::map::AbstractLayerPtr > te::qt::widgets::MosaicWizard::getOutputLayers | ( | ) |
Definition at line 103 of file MosaicWizard.cpp.
Referenced by te::qt::plugins::rp::MosaicAction::onActionActivated().
void te::qt::widgets::MosaicWizard::setList | ( | std::list< te::map::AbstractLayerPtr > & | layerList | ) |
Definition at line 96 of file MosaicWizard.cpp.
Referenced by te::qt::plugins::rp::MosaicAction::onActionActivated().
|
virtual |
Definition at line 74 of file MosaicWizard.cpp.
|
private |
Definition at line 86 of file MosaicWizard.h.
|
private |
Definition at line 85 of file MosaicWizard.h.
|
private |
Definition at line 89 of file MosaicWizard.h.
|
private |
Definition at line 87 of file MosaicWizard.h.