26 #ifndef __TERRALIB_SA_INTERNAL_KERNELRATIODIALOG_H
27 #define __TERRALIB_SA_INTERNAL_KERNELRATIODIALOG_H
30 #include "../../maptools/AbstractLayer.h"
31 #include "../Config.h"
37 namespace Ui {
class KernelRatioDialogForm; }
63 void setLayers(std::list<te::map::AbstractLayerPtr> layers);
69 void fillKernelParameters();
73 void onInputLayerComboBoxActivated(
int index);
75 void onOkPushButtonClicked();
77 void onTargetFileToolButtonPressed();
81 std::auto_ptr<Ui::KernelRatioDialogForm>
m_ui;
88 #endif // __TERRALIB_SA_INTERNAL_KERNELRATIODIALOG_H
te::map::AbstractLayerPtr m_outputLayer
Generated Layer.
#define TESAEXPORT
You can use this macro in order to export/import classes and functions from this module.
std::auto_ptr< Ui::KernelRatioDialogForm > m_ui
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr