26 #ifndef __TERRALIB_SA_INTERNAL_KERNELRATIODIALOG_H
27 #define __TERRALIB_SA_INTERNAL_KERNELRATIODIALOG_H
31 #include "../../maptools/AbstractLayer.h"
33 #include "../Config.h"
39 namespace Ui {
class KernelRatioDialogForm; }
65 void setLayers(std::list<te::map::AbstractLayerPtr> layers);
83 std::unique_ptr<Ui::KernelRatioDialogForm>
m_ui;
KernelRatioDialog(QWidget *parent=0, Qt::WindowFlags f=0)
void setLayers(std::list< te::map::AbstractLayerPtr > layers)
Set the layer that can be used.
te::map::AbstractLayerPtr m_outputLayer
Generated Layer.
void onInputLayerComboBoxActivated(int index)
void onTargetFileToolButtonPressed()
te::map::AbstractLayerPtr getOutputLayer()
std::unique_ptr< Ui::KernelRatioDialogForm > m_ui
void onOkPushButtonClicked()
void fillKernelParameters()
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
#define TESAEXPORT
You can use this macro in order to export/import classes and functions from this module.