26 #ifndef __TERRALIB_QT_WIDGETS_RP_INTERNAL_CLASSIFIERWIZARDPAGE_H    27 #define __TERRALIB_QT_WIDGETS_RP_INTERNAL_CLASSIFIERWIZARDPAGE_H    30 #include "../../../classification/ROISet.h"    32 #include "../../../geometry/Polygon.h"    33 #include "../../../maptools/AbstractLayer.h"    34 #include "../../../raster/Raster.h"    35 #include "../../../rp/Classifier.h"    36 #include "../../../rp/ClassifierMAPStrategy.h"    37 #include "../../../rp/ClassifierSAMStrategy.h"    39 #include "../Config.h"    45 #include <QWizardPage>    46 #include <QTableWidget>    49 namespace Ui { 
class ClassifierWizardPageForm; }
    58       class ROIManagerDialog;
    84           bool isComplete() 
const;
    97           void setList(std::list<te::map::AbstractLayerPtr>& layerList);
   107           void fillClassifierTypes();
   117           void showROIManager(
bool show);
   119           void onROIManagerClosed();
   125           std::auto_ptr<Ui::ClassifierWizardPageForm> 
m_ui;
   135 #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