All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
te::qt::widgets::MosaicWizardPage Class Reference

This class is GUI used to define the mosaic parameters for the RP mosaic operation. More...

#include <MosaicWizardPage.h>

Inheritance diagram for te::qt::widgets::MosaicWizardPage:

Public Slots

void onTiePointsAcquiredToolButtonClicked ()
 

Public Member Functions

te::rp::GeoMosaic::InputParameters getInputGeoParams ()
 
te::rp::SequenceMosaic::InputParameters getInputSeqParams ()
 
te::rp::TiePointsMosaic::InputParameters getInputTPParams ()
 
te::rp::GeoMosaic::OutputParameters getOutputGeoParams ()
 
te::rp::SequenceMosaic::OutputParameters getOutputSeqParams ()
 
te::rp::TiePointsMosaic::OutputParameters getOutputTPParams ()
 
te::map::AbstractLayerPtr getTiePointMosaicLayerA ()
 
te::map::AbstractLayerPtr getTiePointMosaicLayerB ()
 
bool isComplete () const
 
bool isGeoMosaic ()
 
bool isSequenceMosaic ()
 
bool isTiePointMosaic ()
 
 MosaicWizardPage (QWidget *parent=0)
 
void setList (std::list< te::map::AbstractLayerPtr > &layerList)
 
 ~MosaicWizardPage ()
 

Protected Member Functions

void fillMosaicTypes ()
 

Private Types

enum  MosaicTypes { MOSAIC_GEO, MOSAIC_TIEPOINT, MOSAIC_SEQUENCE }
 

Private Attributes

std::list
< te::map::AbstractLayerPtr
m_layerList
 
te::qt::widgets::TiePointLocatorParametersWidgetm_tiePointParameters
 Tie Point parameters widget. More...
 
std::vector< std::vector
< te::gm::GTParameters::TiePoint > > 
m_tiePoints
 Tie-points between each adjacent raster pair (te::gm::GTParameters::TiePoint::first are raster (with index i) lines/columns, te::gm::GTParameters::TiePoint::second are raster (with index I+1) lines/columns ,and so on). More...
 
std::auto_ptr
< Ui::MosaicWizardPageForm > 
m_ui
 

Detailed Description

This class is GUI used to define the mosaic parameters for the RP mosaic operation.

Definition at line 60 of file MosaicWizardPage.h.

Member Enumeration Documentation

Enumerator
MOSAIC_GEO 
MOSAIC_TIEPOINT 
MOSAIC_SEQUENCE 

Definition at line 64 of file MosaicWizardPage.h.

Constructor & Destructor Documentation

te::qt::widgets::MosaicWizardPage::MosaicWizardPage ( QWidget *  parent = 0)
te::qt::widgets::MosaicWizardPage::~MosaicWizardPage ( )

Definition at line 76 of file MosaicWizardPage.cpp.

Member Function Documentation

te::rp::GeoMosaic::OutputParameters te::qt::widgets::MosaicWizardPage::getOutputGeoParams ( )

Definition at line 170 of file MosaicWizardPage.cpp.

te::rp::SequenceMosaic::OutputParameters te::qt::widgets::MosaicWizardPage::getOutputSeqParams ( )

Definition at line 241 of file MosaicWizardPage.cpp.

te::rp::TiePointsMosaic::OutputParameters te::qt::widgets::MosaicWizardPage::getOutputTPParams ( )

Definition at line 205 of file MosaicWizardPage.cpp.

te::map::AbstractLayerPtr te::qt::widgets::MosaicWizardPage::getTiePointMosaicLayerA ( )

Definition at line 248 of file MosaicWizardPage.cpp.

te::map::AbstractLayerPtr te::qt::widgets::MosaicWizardPage::getTiePointMosaicLayerB ( )

Definition at line 257 of file MosaicWizardPage.cpp.

bool te::qt::widgets::MosaicWizardPage::isComplete ( ) const

Definition at line 81 of file MosaicWizardPage.cpp.

bool te::qt::widgets::MosaicWizardPage::isGeoMosaic ( )

Definition at line 86 of file MosaicWizardPage.cpp.

bool te::qt::widgets::MosaicWizardPage::isSequenceMosaic ( )

Definition at line 104 of file MosaicWizardPage.cpp.

bool te::qt::widgets::MosaicWizardPage::isTiePointMosaic ( )

Definition at line 95 of file MosaicWizardPage.cpp.

void te::qt::widgets::MosaicWizardPage::onTiePointsAcquiredToolButtonClicked ( )
slot

Definition at line 266 of file MosaicWizardPage.cpp.

Referenced by MosaicWizardPage().

void te::qt::widgets::MosaicWizardPage::setList ( std::list< te::map::AbstractLayerPtr > &  layerList)

Definition at line 113 of file MosaicWizardPage.cpp.

References te::da::GetFirstPropertyPos(), and te::dt::RASTER_TYPE.

Member Data Documentation

std::list<te::map::AbstractLayerPtr> te::qt::widgets::MosaicWizardPage::m_layerList
private

Definition at line 119 of file MosaicWizardPage.h.

te::qt::widgets::TiePointLocatorParametersWidget* te::qt::widgets::MosaicWizardPage::m_tiePointParameters
private

Tie Point parameters widget.

Definition at line 117 of file MosaicWizardPage.h.

Referenced by MosaicWizardPage().

std::vector< std::vector< te::gm::GTParameters::TiePoint > > te::qt::widgets::MosaicWizardPage::m_tiePoints
private

Tie-points between each adjacent raster pair (te::gm::GTParameters::TiePoint::first are raster (with index i) lines/columns, te::gm::GTParameters::TiePoint::second are raster (with index I+1) lines/columns ,and so on).

Definition at line 121 of file MosaicWizardPage.h.

std::auto_ptr<Ui::MosaicWizardPageForm> te::qt::widgets::MosaicWizardPage::m_ui
private

Definition at line 115 of file MosaicWizardPage.h.

Referenced by MosaicWizardPage().


The documentation for this class was generated from the following files: