26#ifndef __TERRALIB_SA_INTERNAL_SKATERDIALOG_H
27#define __TERRALIB_SA_INTERNAL_SKATERDIALOG_H
41namespace Ui {
class SkaterDialogForm; }
66 void setLayers(std::list<te::map::AbstractLayerPtr> layers);
84 std::unique_ptr<te::sa::GeneralizedProximityMatrix>
loadGPM();
88 std::unique_ptr<Ui::SkaterDialogForm>
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.
te::map::AbstractLayerPtr getOutputLayer()
SkaterDialog(QWidget *parent=0, Qt::WindowFlags f=0)
void setLayers(std::list< te::map::AbstractLayerPtr > layers)
Set the layer that can be used.
void onOkPushButtonClicked()
std::unique_ptr< Ui::SkaterDialogForm > m_ui
std::unique_ptr< te::sa::GeneralizedProximityMatrix > loadGPM()
void onTargetDatasourceToolButtonPressed()
te::qt::widgets::DoubleListWidget * m_doubleListWidget
Widget used to select attributes.
te::map::AbstractLayerPtr m_outputLayer
Generated Layer.
void onGPMToolButtonClicked()
void onTargetFileToolButtonPressed()
void onInputLayerComboBoxActivated(int index)
te::da::DataSourceInfoPtr m_outputDatasource
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.