te::sa::BayesLocalDialog Class Reference

#include <BayesLocalDialog.h>

Inheritance diagram for te::sa::BayesLocalDialog:

Public Member Functions

 BayesLocalDialog (QWidget *parent=0, Qt::WindowFlags f=0)
 
te::map::AbstractLayerPtr getOutputLayer ()
 
void setLayers (std::list< te::map::AbstractLayerPtr > layers)
 Set the layer that can be used. More...
 
 ~BayesLocalDialog ()
 

Protected Slots

void onGPMToolButtonClicked ()
 
void onInputLayerComboBoxActivated (int index)
 
void onOkPushButtonClicked ()
 
void onTargetDatasourceToolButtonPressed ()
 
void onTargetFileToolButtonPressed ()
 

Protected Member Functions

void fillRateCorrection ()
 
std::auto_ptr< te::sa::GeneralizedProximityMatrixloadGPM ()
 

Private Attributes

te::da::DataSourceInfoPtr m_outputDatasource
 
te::map::AbstractLayerPtr m_outputLayer
 Generated Layer. More...
 
bool m_toFile
 
std::auto_ptr< Ui::BayesLocalDialogForm > m_ui
 

Detailed Description

Definition at line 49 of file BayesLocalDialog.h.

Constructor & Destructor Documentation

te::sa::BayesLocalDialog::BayesLocalDialog ( QWidget *  parent = 0,
Qt::WindowFlags  f = 0 
)
te::sa::BayesLocalDialog::~BayesLocalDialog ( )

Member Function Documentation

void te::sa::BayesLocalDialog::fillRateCorrection ( )
protected
te::map::AbstractLayerPtr te::sa::BayesLocalDialog::getOutputLayer ( )
std::auto_ptr<te::sa::GeneralizedProximityMatrix> te::sa::BayesLocalDialog::loadGPM ( )
protected
void te::sa::BayesLocalDialog::onGPMToolButtonClicked ( )
protectedslot
void te::sa::BayesLocalDialog::onInputLayerComboBoxActivated ( int  index)
protectedslot
void te::sa::BayesLocalDialog::onOkPushButtonClicked ( )
protectedslot
void te::sa::BayesLocalDialog::onTargetDatasourceToolButtonPressed ( )
protectedslot
void te::sa::BayesLocalDialog::onTargetFileToolButtonPressed ( )
protectedslot
void te::sa::BayesLocalDialog::setLayers ( std::list< te::map::AbstractLayerPtr layers)

Set the layer that can be used.

Parameters
layersList of AbstractLayerPtr

Member Data Documentation

te::da::DataSourceInfoPtr te::sa::BayesLocalDialog::m_outputDatasource
private

Definition at line 90 of file BayesLocalDialog.h.

te::map::AbstractLayerPtr te::sa::BayesLocalDialog::m_outputLayer
private

Generated Layer.

Definition at line 92 of file BayesLocalDialog.h.

bool te::sa::BayesLocalDialog::m_toFile
private

Definition at line 94 of file BayesLocalDialog.h.

std::auto_ptr<Ui::BayesLocalDialogForm> te::sa::BayesLocalDialog::m_ui
private

Definition at line 88 of file BayesLocalDialog.h.


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