This class is GUI used to define the mixture model wizard for the RP constast operation. More...
#include <MixtureModelWizard.h>
Public Member Functions | |
te::map::AbstractLayerPtr | getOutputLayer () |
MixtureModelWizard (QWidget *parent) | |
void | setLayer (te::map::AbstractLayerPtr layer) |
void | setList (std::list< te::map::AbstractLayerPtr > &layerList) |
virtual bool | validateCurrentPage () |
~MixtureModelWizard () | |
Protected Member Functions | |
void | addPages () |
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 |
te::map::AbstractLayerPtr | m_outputLayer |
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 54 of file MixtureModelWizard.h.
te::qt::widgets::MixtureModelWizard::MixtureModelWizard | ( | QWidget * | parent | ) |
te::qt::widgets::MixtureModelWizard::~MixtureModelWizard | ( | ) |
|
protected |
|
protected |
te::map::AbstractLayerPtr te::qt::widgets::MixtureModelWizard::getOutputLayer | ( | ) |
void te::qt::widgets::MixtureModelWizard::setLayer | ( | te::map::AbstractLayerPtr | layer | ) |
void te::qt::widgets::MixtureModelWizard::setList | ( | std::list< te::map::AbstractLayerPtr > & | layerList | ) |
|
virtual |
|
private |
Definition at line 86 of file MixtureModelWizard.h.
|
private |
Definition at line 81 of file MixtureModelWizard.h.
|
private |
Definition at line 80 of file MixtureModelWizard.h.
|
private |
Definition at line 84 of file MixtureModelWizard.h.
|
private |
Definition at line 82 of file MixtureModelWizard.h.