26 #ifndef __TERRALIB_QT_WIDGETS_RP_INTERNAL_CLASSIFIERWIZARDPAGE_H
27 #define __TERRALIB_QT_WIDGETS_RP_INTERNAL_CLASSIFIERWIZARDPAGE_H
30 #include "../../../classification/ROISet.h"
31 #include "../../../geometry/Polygon.h"
32 #include "../../../maptools/AbstractLayer.h"
33 #include "../../../raster/Raster.h"
34 #include "../../../rp/Classifier.h"
35 #include "../../../rp/ClassifierMAPStrategy.h"
36 #include "../../../rp/ClassifierSAMStrategy.h"
37 #include "../Config.h"
43 #include <QWizardPage>
44 #include <QTableWidget>
47 namespace Ui {
class ClassifierWizardPageForm; }
56 class ROIManagerDialog;
82 bool isComplete()
const;
95 void setList(std::list<te::map::AbstractLayerPtr>& layerList);
105 void fillClassifierTypes();
115 void showROIManager(
bool show);
117 void onROIManagerClosed();
123 std::auto_ptr<Ui::ClassifierWizardPageForm>
m_ui;
133 #endif // __TERRALIB_QT_WIDGETS_RP_INTERNAL_CLASSIFIERWIZARDPAGE_H
boost::shared_ptr< MClassesSamplesCT > MClassesSamplesCTPtr
A shared pointer to a multi classes samples container type definition.
std::auto_ptr< te::qt::widgets::ROIManagerDialog > m_roiMngDlg
Classifier output parameters.
boost::shared_ptr< ClassesSamplesT > ClassesSamplesTPtr
A shared pointer to a multi classes samples container type definition.
A ROISet is a set of ROI's.
std::auto_ptr< Ui::ClassifierWizardPageForm > m_ui
An abstract class for raster data strucutures.
This class is GUI used to define the classifier parameters for the RP constast operation.
te::map::AbstractLayerPtr m_layer
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr