26#ifndef __TERRALIB_SA_INTERNAL_BAYESLOCALDIALOG_H
27#define __TERRALIB_SA_INTERNAL_BAYESLOCALDIALOG_H
31#include "../../dataaccess/datasource/DataSourceInfo.h"
32#include "../../maptools/AbstractLayer.h"
33#include "../core/GeneralizedProximityMatrix.h"
40namespace Ui {
class BayesLocalDialogForm; }
66 void setLayers(std::list<te::map::AbstractLayerPtr> layers);
86 std::unique_ptr<te::sa::GeneralizedProximityMatrix>
loadGPM();
90 std::unique_ptr<Ui::BayesLocalDialogForm>
m_ui;
void onOkPushButtonClicked()
void onInputLayerComboBoxActivated(int index)
void onGPMToolButtonClicked()
void onTargetDatasourceToolButtonPressed()
void setLayers(std::list< te::map::AbstractLayerPtr > layers)
Set the layer that can be used.
std::unique_ptr< Ui::BayesLocalDialogForm > m_ui
void onTargetFileToolButtonPressed()
te::map::AbstractLayerPtr getOutputLayer()
BayesLocalDialog(QWidget *parent=0, Qt::WindowFlags f=0)
void fillRateCorrection()
te::map::AbstractLayerPtr m_outputLayer
Generated Layer.
te::da::DataSourceInfoPtr m_outputDatasource
std::unique_ptr< te::sa::GeneralizedProximityMatrix > loadGPM()
boost::shared_ptr< DataSourceInfo > DataSourceInfoPtr
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
#define TESAEXPORT
You can use this macro in order to export/import classes and functions from this module.