26 #ifndef __TERRALIB_QT_WIDGETS_RP_INTERNAL_SEGMENTERWIZARDPAGE_H 
   27 #define __TERRALIB_QT_WIDGETS_RP_INTERNAL_SEGMENTERWIZARDPAGE_H 
   30 #include "../../../maptools/AbstractLayer.h" 
   31 #include "../../../rp/Segmenter.h" 
   32 #include "../Config.h" 
   38 #include <QtGui/QWizardPage> 
   41 namespace Ui { 
class SegmenterWizardPageForm; }
 
   49       class RasterNavigatorWidget;
 
   66           bool isComplete() 
const;
 
   88           void onStrategyTypeComboBoxActivated(
int index);
 
   94           void fillSegmenterTypes();
 
  100           std::auto_ptr<Ui::SegmenterWizardPageForm> 
m_ui;
 
  101           std::auto_ptr<te::qt::widgets::RasterNavigatorWidget> 
m_navigator;
 
  110 #endif  // __TERRALIB_QT_WIDGETS_RP_INTERNAL_SEGMENTERWIZARDPAGE_H 
#define TEQTWIDGETSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
te::map::AbstractLayerPtr m_layer
 
Segmenter Input Parameters. 
 
Segmenter Output Parameters. 
 
This class is GUI used to define the segmenter parameters for the RP constast operation. 
 
std::auto_ptr< te::qt::widgets::RasterNavigatorWidget > m_navigator
 
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
 
std::auto_ptr< te::rst::Raster > m_inputRst
 
std::auto_ptr< Ui::SegmenterWizardPageForm > m_ui