This class is GUI used to define the mixture model wizard for the RP constast operation. More...
#include <MixtureModelWizard.h>
Signals | |
| void | addLayer (te::map::AbstractLayerPtr layer) |
Public Member Functions | |
| std::list< te::map::AbstractLayerPtr > | getOutputLayers () |
| MixtureModelWizard (QWidget *parent) | |
| void | setActionGroup (QActionGroup *actionGroup) |
| void | setLayer (std::list< te::map::AbstractLayerPtr > layers) |
| void | setList (std::list< te::map::AbstractLayerPtr > &layerList) |
| void | setMapDisplay (te::qt::widgets::MapDisplay *mapDisplay) |
| virtual bool | validateCurrentPage () |
| ~MixtureModelWizard () | |
Protected Member Functions | |
| void | addPages () |
| bool | decompose (te::rp::MixtureModel::InputParameters &algoInputParams, te::rp::MixtureModel::OutputParameters &algoOutputParams) |
| bool | execute () |
Private Attributes | |
| int | m_layerSearchId |
| std::auto_ptr< te::qt::widgets::LayerSearchWizardPage > | m_layerSearchPage |
| std::auto_ptr< te::qt::widgets::MixtureModelWizardPage > | m_mixtureModelPage |
| std::list< te::map::AbstractLayerPtr > | m_outputLayerList |
| std::auto_ptr< te::qt::widgets::RasterInfoWizardPage > | m_rasterInfoPage |
This class is GUI used to define the mixture model wizard for the RP constast operation.
Definition at line 60 of file MixtureModelWizard.h.
| te::qt::widgets::MixtureModelWizard::MixtureModelWizard | ( | QWidget * | parent | ) |
| te::qt::widgets::MixtureModelWizard::~MixtureModelWizard | ( | ) |
|
signal |
|
protected |
|
protected |
|
protected |
| std::list<te::map::AbstractLayerPtr> te::qt::widgets::MixtureModelWizard::getOutputLayers | ( | ) |
| void te::qt::widgets::MixtureModelWizard::setActionGroup | ( | QActionGroup * | actionGroup | ) |
| void te::qt::widgets::MixtureModelWizard::setLayer | ( | std::list< te::map::AbstractLayerPtr > | layers | ) |
| void te::qt::widgets::MixtureModelWizard::setList | ( | std::list< te::map::AbstractLayerPtr > & | layerList | ) |
| void te::qt::widgets::MixtureModelWizard::setMapDisplay | ( | te::qt::widgets::MapDisplay * | mapDisplay | ) |
|
virtual |
|
private |
Definition at line 103 of file MixtureModelWizard.h.
|
private |
Definition at line 98 of file MixtureModelWizard.h.
|
private |
Definition at line 97 of file MixtureModelWizard.h.
|
private |
Definition at line 101 of file MixtureModelWizard.h.
|
private |
Definition at line 99 of file MixtureModelWizard.h.