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 Slots | |
| void | onPageChanged (int index) |
Protected Member Functions | |
| void | addPages () |
| bool | execute () |
| bool | executeGeoMosaic () |
| bool | executeSequenceMosaic () |
| bool | executeTiePointMosaic () |
Private Attributes | |
| std::unique_ptr< te::qt::widgets::LayerSearchWizardPage > | m_layerSearchPage |
| std::unique_ptr< te::qt::widgets::MosaicWizardPage > | m_mosaicPage |
| std::list< te::map::AbstractLayerPtr > | m_outputLayerList |
| std::unique_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 50 of file MosaicWizard.cpp.
References addPages(), onPageChanged(), te::qt::widgets::HelpPushButton::setPageReference(), and ~MosaicWizard().
|
default |
Referenced by MosaicWizard().
|
protected |
Definition at line 108 of file MosaicWizard.cpp.
References m_layerSearchPage, m_mosaicPage, and m_rasterInfoPage.
Referenced by MosaicWizard().
|
protected |
Definition at line 119 of file MosaicWizard.cpp.
References executeGeoMosaic(), executeSequenceMosaic(), executeTiePointMosaic(), m_layerSearchPage, m_mosaicPage, and m_rasterInfoPage.
Referenced by validateCurrentPage().
|
protected |
Definition at line 143 of file MosaicWizard.cpp.
References te::qt::widgets::applyRasterMultiResolution(), compose::bands, te::qt::widgets::createLayer(), te::rp::GeoMosaic::execute(), te::common::FreeContents(), te::rp::Algorithm::getErrorMessage(), te::rst::Raster::getNumberOfBands(), te::map::GetRaster(), te::rp::GeoMosaic::initialize(), te::rp::GeoMosaic::InputParameters::m_enableProgress, te::rp::GeoMosaic::InputParameters::m_feederRasterPtr, te::rp::GeoMosaic::InputParameters::m_inputRastersBands, m_layerSearchPage, m_mosaicPage, m_outputLayerList, m_rasterInfoPage, te::rp::GeoMosaic::OutputParameters::m_rInfo, te::rp::GeoMosaic::OutputParameters::m_rType, compose::rasters, te::rp::GeoMosaic::OutputParameters::reset(), and mixture::rst.
Referenced by execute().
|
protected |
Definition at line 367 of file MosaicWizard.cpp.
References te::qt::widgets::applyRasterMultiResolution(), compose::bands, te::qt::widgets::createLayer(), ds, te::rp::SequenceMosaic::execute(), te::common::FreeContents(), te::rp::Algorithm::getErrorMessage(), te::rst::Raster::getNumberOfBands(), te::map::GetRaster(), te::rp::SequenceMosaic::initialize(), te::rp::SequenceMosaic::InputParameters::m_feederRasterPtr, te::rp::SequenceMosaic::InputParameters::m_inputRastersBands, m_layerSearchPage, m_mosaicPage, te::rp::SequenceMosaic::InputParameters::m_outDataSetsNamePrefix, te::rp::SequenceMosaic::InputParameters::m_outDataSetsNameSufix, te::rp::SequenceMosaic::OutputParameters::m_outputDSPtr, m_outputLayerList, m_rasterInfoPage, te::rp::SequenceMosaic::OutputParameters::m_sequencesInfo, compose::rasters, te::rp::SequenceMosaic::OutputParameters::reset(), and mixture::rst.
Referenced by execute().
|
protected |
Definition at line 259 of file MosaicWizard.cpp.
References te::qt::widgets::applyRasterMultiResolution(), compose::bands, te::qt::widgets::createLayer(), te::rp::TiePointsMosaic::execute(), te::rp::Algorithm::getErrorMessage(), te::rst::Raster::getNumberOfBands(), te::map::GetRaster(), te::rp::TiePointsMosaic::initialize(), te::rp::TiePointsMosaic::InputParameters::m_enableProgress, te::rp::TiePointsMosaic::InputParameters::m_feederRasterPtr, te::rp::TiePointsMosaic::InputParameters::m_inputRastersBands, m_mosaicPage, m_outputLayerList, m_rasterInfoPage, te::rp::TiePointsMosaic::OutputParameters::m_rInfo, te::rp::TiePointsMosaic::OutputParameters::m_rType, compose::rasters, te::rp::TiePointsMosaic::OutputParameters::reset(), and mixture::rst.
Referenced by execute().
| std::list< te::map::AbstractLayerPtr > te::qt::widgets::MosaicWizard::getOutputLayers | ( | ) |
Definition at line 103 of file MosaicWizard.cpp.
References m_outputLayerList.
Referenced by te::qt::plugins::rp::MosaicAction::onActionActivated().
|
protectedslot |
Definition at line 495 of file MosaicWizard.cpp.
Referenced by MosaicWizard().
| void te::qt::widgets::MosaicWizard::setList | ( | std::list< te::map::AbstractLayerPtr > & | layerList | ) |
Definition at line 96 of file MosaicWizard.cpp.
References m_layerSearchPage.
Referenced by te::qt::plugins::rp::MosaicAction::onActionActivated().
|
virtual |
Definition at line 74 of file MosaicWizard.cpp.
References execute(), m_layerSearchPage, m_mosaicPage, and m_rasterInfoPage.
|
private |
Definition at line 91 of file MosaicWizard.h.
Referenced by addPages(), execute(), executeGeoMosaic(), executeSequenceMosaic(), setList(), and validateCurrentPage().
|
private |
Definition at line 90 of file MosaicWizard.h.
Referenced by addPages(), execute(), executeGeoMosaic(), executeSequenceMosaic(), executeTiePointMosaic(), and validateCurrentPage().
|
private |
Definition at line 94 of file MosaicWizard.h.
Referenced by executeGeoMosaic(), executeSequenceMosaic(), executeTiePointMosaic(), and getOutputLayers().
|
private |
Definition at line 92 of file MosaicWizard.h.
Referenced by addPages(), execute(), executeGeoMosaic(), executeSequenceMosaic(), executeTiePointMosaic(), and validateCurrentPage().