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 | ) |
te::qt::widgets::FusionWizard::~FusionWizard | ( | ) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
te::map::AbstractLayerPtr te::qt::widgets::FusionWizard::getOutputLayer | ( | ) |
void te::qt::widgets::FusionWizard::setList | ( | std::list< te::map::AbstractLayerPtr > & | layerList | ) |
|
virtual |
|
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.