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);
 
   85         std::unique_ptr<Ui::BayesGlobalDialogForm> 
m_ui;
 
te::map::AbstractLayerPtr getOutputLayer()
 
void setLayers(std::list< te::map::AbstractLayerPtr > layers)
Set the layer that can be used.
 
BayesGlobalDialog(QWidget *parent=0, Qt::WindowFlags f=0)
 
std::unique_ptr< Ui::BayesGlobalDialogForm > m_ui
 
void onInputLayerComboBoxActivated(int index)
 
void onTargetDatasourceToolButtonPressed()
 
void onTargetFileToolButtonPressed()
 
void onOkPushButtonClicked()
 
void fillRateCorrection()
 
te::da::DataSourceInfoPtr m_outputDatasource
 
te::map::AbstractLayerPtr m_outputLayer
Generated Layer.
 
boost::shared_ptr< DataSourceInfo > DataSourceInfoPtr
 
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
 
#define TESAEXPORT
You can use this macro in order to export/import classes and functions from this module.