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/ClassifierEDStrategy.h"    38 #include "../../../rp/ClassifierSAMStrategy.h"    39 #include "../../../qt/widgets/canvas/MapDisplay.h"    41 #include "../Config.h"    47 #include <QWizardPage>    48 #include <QTableWidget>    49 #include <QActionGroup>    52 namespace Ui { 
class ClassifierWizardPageForm; }
    61       class ROIManagerDialog;
    88           bool isComplete() 
const;
   103           void setActionGroup(QActionGroup* actionGroup);
   105           void setList(std::list<te::map::AbstractLayerPtr>& layerList);
   117           void fillClassifierTypes();
   129           void showROIManager(
bool show);
   133           void onChangeClassifier(
int index);
   145           std::auto_ptr<Ui::ClassifierWizardPageForm> 
m_ui;
   159 #endif  // __TERRALIB_QT_WIDGETS_RP_INTERNAL_CLASSIFIERWIZARDPAGE_H 
boost::shared_ptr< MClassesSamplesCT > MClassesSamplesCTPtr
A shared pointer to a multi classes samples container type definition. 
 
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. 
 
A region of interest (often abbreviated ROI), is a selected subset of samples within a dataset identi...
 
te::map::AbstractLayerPtr m_layer
 
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr