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 Slots | |
| void | onPageChanged (int index) | 
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::unique_ptr< te::qt::widgets::FusionWizardPage > | m_fusionPage | 
| std::unique_ptr< te::qt::widgets::LayerSearchWizardPage > | m_layerHigherSearchPage | 
| std::unique_ptr< te::qt::widgets::LayerSearchWizardPage > | m_layerLowerSearchPage | 
| te::map::AbstractLayerPtr | m_outputLayer | 
| std::unique_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 57 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 | ( | ) | 
      
  | 
  protectedslot | 
| void te::qt::widgets::FusionWizard::setList | ( | std::list< te::map::AbstractLayerPtr > & | layerList | ) | 
      
  | 
  virtual | 
      
  | 
  private | 
Definition at line 95 of file FusionWizard.h.
      
  | 
  private | 
Definition at line 97 of file FusionWizard.h.
      
  | 
  private | 
Definition at line 96 of file FusionWizard.h.
      
  | 
  private | 
Definition at line 100 of file FusionWizard.h.
      
  | 
  private | 
Definition at line 98 of file FusionWizard.h.