26 #ifndef __TERRALIB_SA_INTERNAL_BAYESGLOBALDIALOG_H 
   27 #define __TERRALIB_SA_INTERNAL_BAYESGLOBALDIALOG_H 
   30 #include "../../dataaccess/datasource/DataSourceInfo.h" 
   31 #include "../../maptools/AbstractLayer.h" 
   32 #include "../Config.h" 
   37 namespace Ui { 
class BayesGlobalDialogForm; }
 
   63         void setLayers(std::list<te::map::AbstractLayerPtr> layers);
 
   69         void onInputLayerComboBoxActivated(
int index);
 
   71         void onOkPushButtonClicked();
 
   73         void onTargetDatasourceToolButtonPressed();
 
   75         void onTargetFileToolButtonPressed();
 
   79         void fillRateCorrection();
 
   83         std::auto_ptr<Ui::BayesGlobalDialogForm> 
m_ui;
 
   94 #endif  // __TERRALIB_SA_INTERNAL_BAYESGLOBALDIALOG_H 
te::da::DataSourceInfoPtr m_outputDatasource
 
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. 
 
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
 
boost::shared_ptr< DataSourceInfo > DataSourceInfoPtr
 
std::auto_ptr< Ui::BayesGlobalDialogForm > m_ui