26 #ifndef __TERRALIB_SA_INTERNAL_BAYESLOCALDIALOG_H 
   27 #define __TERRALIB_SA_INTERNAL_BAYESLOCALDIALOG_H 
   30 #include "../../dataaccess/datasource/DataSourceInfo.h" 
   31 #include "../../maptools/AbstractLayer.h" 
   32 #include "../core/GeneralizedProximityMatrix.h" 
   33 #include "../Config.h" 
   38 namespace Ui { 
class BayesLocalDialogForm; }
 
   64         void setLayers(std::list<te::map::AbstractLayerPtr> layers);
 
   70         void onInputLayerComboBoxActivated(
int index);
 
   72         void onOkPushButtonClicked();
 
   74         void onTargetDatasourceToolButtonPressed();
 
   76         void onTargetFileToolButtonPressed();
 
   78         void onGPMToolButtonClicked();
 
   82         void fillRateCorrection();
 
   84         std::auto_ptr<te::sa::GeneralizedProximityMatrix> loadGPM();
 
   88         std::auto_ptr<Ui::BayesLocalDialogForm> 
m_ui;
 
   99 #endif  // __TERRALIB_SA_INTERNAL_BAYESLOCALDIALOG_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. 
 
te::da::DataSourceInfoPtr m_outputDatasource
 
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
 
std::auto_ptr< Ui::BayesLocalDialogForm > m_ui
 
boost::shared_ptr< DataSourceInfo > DataSourceInfoPtr