26 #ifndef __TERRALIB_SA_INTERNAL_BAYESGLOBALDIALOG_H    27 #define __TERRALIB_SA_INTERNAL_BAYESGLOBALDIALOG_H    31 #include "../../dataaccess/datasource/DataSourceInfo.h"    32 #include "../../maptools/AbstractLayer.h"    34 #include "../Config.h"    39 namespace Ui { 
class BayesGlobalDialogForm; }
    65         void setLayers(std::list<te::map::AbstractLayerPtr> layers);
    71         void onInputLayerComboBoxActivated(
int index);
    73         void onOkPushButtonClicked();
    75         void onTargetDatasourceToolButtonPressed();
    77         void onTargetFileToolButtonPressed();
    81         void fillRateCorrection();
    85         std::auto_ptr<Ui::BayesGlobalDialogForm> 
m_ui;
    96 #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