26#ifndef __TERRALIB_SA_INTERNAL_BAYESLOCALDIALOG_H
27#define __TERRALIB_SA_INTERNAL_BAYESLOCALDIALOG_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;
This is the base class for Layers.
A conteiner class for keeping information about a data source.
This class defines the GPM class.
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
Namespace for the TerraLib SA module.
Configuration flags for the Terrralib Spatial Analysis module.
#define TESAEXPORT
You can use this macro in order to export/import classes and functions from this module.