26 #ifndef __TERRALIB_SA_INTERNAL_KERNELMAPDIALOG_H 
   27 #define __TERRALIB_SA_INTERNAL_KERNELMAPDIALOG_H 
   31 #include "../../maptools/AbstractLayer.h" 
   33 #include "../Config.h" 
   39 namespace Ui { 
class KernelMapDialogForm; }
 
   65         void setLayers(std::list<te::map::AbstractLayerPtr> layers);
 
   71         void fillKernelParameters();
 
   75         void onInputLayerComboBoxActivated(
int index);
 
   77         void onOkPushButtonClicked();
 
   79         void onTargetFileToolButtonPressed();
 
   83         std::auto_ptr<Ui::KernelMapDialogForm> 
m_ui;
 
   90 #endif  // __TERRALIB_SA_INTERNAL_KERNELMAPDIALOG_H 
std::auto_ptr< Ui::KernelMapDialogForm > m_ui
 
#define TESAEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
 
te::map::AbstractLayerPtr m_outputLayer
Generated Layer.