This class is GUI used to define the mosaic wizard for the RP mosaic operation. More...
#include <MosaicWizard.h>
Public Member Functions | |
std::list< te::map::AbstractLayerPtr > | getOutputLayers () |
MosaicWizard (QWidget *parent) | |
void | setList (std::list< te::map::AbstractLayerPtr > &layerList) |
virtual bool | validateCurrentPage () |
~MosaicWizard () | |
Protected Member Functions | |
void | addPages () |
bool | execute () |
bool | executeGeoMosaic () |
bool | executeSequenceMosaic () |
bool | executeTiePointMosaic () |
Private Attributes | |
std::auto_ptr< te::qt::widgets::LayerSearchWizardPage > | m_layerSearchPage |
std::auto_ptr< te::qt::widgets::MosaicWizardPage > | m_mosaicPage |
std::list< te::map::AbstractLayerPtr > | m_outputLayerList |
std::auto_ptr< te::qt::widgets::RasterInfoWizardPage > | m_rasterInfoPage |
This class is GUI used to define the mosaic wizard for the RP mosaic operation.
Definition at line 54 of file MosaicWizard.h.
te::qt::widgets::MosaicWizard::MosaicWizard | ( | QWidget * | parent | ) |
te::qt::widgets::MosaicWizard::~MosaicWizard | ( | ) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
std::list<te::map::AbstractLayerPtr> te::qt::widgets::MosaicWizard::getOutputLayers | ( | ) |
void te::qt::widgets::MosaicWizard::setList | ( | std::list< te::map::AbstractLayerPtr > & | layerList | ) |
|
virtual |
|
private |
Definition at line 86 of file MosaicWizard.h.
|
private |
Definition at line 85 of file MosaicWizard.h.
|
private |
Definition at line 89 of file MosaicWizard.h.
|
private |
Definition at line 87 of file MosaicWizard.h.