This class is GUI used to define the fusion wizard for the RP fusion operation. More...
#include <FusionWizard.h>
Public Member Functions | |
FusionWizard (QWidget *parent) | |
te::map::AbstractLayerPtr | getOutputLayer () |
void | setList (std::list< te::map::AbstractLayerPtr > &layerList) |
virtual bool | validateCurrentPage () |
~FusionWizard () | |
Protected Member Functions | |
void | addPages () |
void | adjustRasters (te::rst::Raster *rInLower, te::rst::Raster *rInHigher, te::rst::Raster *&rOutLower, te::rst::Raster *&rOutHigher) |
bool | execute () |
bool | executeIHS () |
bool | executePCA () |
bool | executeWisper () |
Private Attributes | |
std::auto_ptr< te::qt::widgets::FusionWizardPage > | m_fusionPage |
std::auto_ptr< te::qt::widgets::LayerSearchWizardPage > | m_layerHigherSearchPage |
std::auto_ptr< te::qt::widgets::LayerSearchWizardPage > | m_layerLowerSearchPage |
te::map::AbstractLayerPtr | m_outputLayer |
std::auto_ptr< te::qt::widgets::RasterInfoWizardPage > | m_rasterInfoPage |
This class is GUI used to define the fusion wizard for the RP fusion operation.
Definition at line 55 of file FusionWizard.h.
te::qt::widgets::FusionWizard::FusionWizard | ( | QWidget * | parent | ) |
Definition at line 53 of file FusionWizard.cpp.
References addPages(), and te::qt::widgets::HelpPushButton::setPageReference().
te::qt::widgets::FusionWizard::~FusionWizard | ( | ) |
Definition at line 73 of file FusionWizard.cpp.
|
protected |
Definition at line 132 of file FusionWizard.cpp.
Referenced by FusionWizard().
|
protected |
Definition at line 535 of file FusionWizard.cpp.
References te::gm::Envelope::equals(), te::rst::Raster::getExtent(), te::gm::Envelope::getLowerLeftX(), te::gm::Envelope::getLowerLeftY(), te::rst::Raster::getSRID(), te::gm::Envelope::getUpperRightX(), te::gm::Envelope::getUpperRightY(), te::gm::Envelope::intersection(), te::gm::Envelope::intersects(), te::gm::Envelope::transform(), te::rst::Raster::transform(), and te::rst::Raster::trim().
|
protected |
Definition at line 151 of file FusionWizard.cpp.
|
protected |
Definition at line 165 of file FusionWizard.cpp.
References te::common::ProgressManager::addViewer(), te::qt::widgets::createLayer(), te::rp::IHSFusion::execute(), te::da::GetFirstPropertyPos(), te::common::Singleton< ProgressManager >::getInstance(), te::rp::Module::getLastLogStr(), te::rp::IHSFusion::initialize(), te::rp::IHSFusion::InputParameters::m_highResRasterPtr, te::rp::IHSFusion::InputParameters::m_lowResRasterPtr, te::rp::IHSFusion::OutputParameters::m_rInfo, te::rp::IHSFusion::OutputParameters::m_rType, te::dt::RASTER_TYPE, te::common::ProgressManager::removeViewer(), and te::rp::IHSFusion::OutputParameters::reset().
|
protected |
Definition at line 288 of file FusionWizard.cpp.
References te::common::ProgressManager::addViewer(), te::qt::widgets::createLayer(), te::rp::PCAFusion::execute(), te::da::GetFirstPropertyPos(), te::common::Singleton< ProgressManager >::getInstance(), te::rp::Module::getLastLogStr(), te::rp::PCAFusion::initialize(), te::rp::PCAFusion::InputParameters::m_highResRasterPtr, te::rp::PCAFusion::InputParameters::m_lowResRasterPtr, te::rp::PCAFusion::OutputParameters::m_rInfo, te::rp::PCAFusion::OutputParameters::m_rType, te::dt::RASTER_TYPE, te::common::ProgressManager::removeViewer(), and te::rp::PCAFusion::OutputParameters::reset().
|
protected |
Definition at line 412 of file FusionWizard.cpp.
References te::common::ProgressManager::addViewer(), te::qt::widgets::createLayer(), te::rp::WisperFusion::execute(), te::da::GetFirstPropertyPos(), te::common::Singleton< ProgressManager >::getInstance(), te::rp::Module::getLastLogStr(), te::rp::WisperFusion::initialize(), te::rp::WisperFusion::InputParameters::m_highResRasterPtr, te::rp::WisperFusion::InputParameters::m_lowResRasterPtr, te::rp::WisperFusion::OutputParameters::m_rInfo, te::rp::WisperFusion::OutputParameters::m_rType, te::dt::RASTER_TYPE, te::common::ProgressManager::removeViewer(), and te::rp::WisperFusion::OutputParameters::reset().
te::map::AbstractLayerPtr te::qt::widgets::FusionWizard::getOutputLayer | ( | ) |
Definition at line 127 of file FusionWizard.cpp.
Referenced by te::qt::plugins::rp::FusionAction::onActionActivated().
void te::qt::widgets::FusionWizard::setList | ( | std::list< te::map::AbstractLayerPtr > & | layerList | ) |
Definition at line 118 of file FusionWizard.cpp.
Referenced by te::qt::plugins::rp::FusionAction::onActionActivated().
|
virtual |
Definition at line 78 of file FusionWizard.cpp.
|
private |
Definition at line 88 of file FusionWizard.h.
|
private |
Definition at line 90 of file FusionWizard.h.
|
private |
Definition at line 89 of file FusionWizard.h.
|
private |
Definition at line 93 of file FusionWizard.h.
|
private |
Definition at line 91 of file FusionWizard.h.