26 #ifndef __TERRALIB_QT_WIDGETS_RP_INTERNAL_SEGMENTERDIALOG_H 
   27 #define __TERRALIB_QT_WIDGETS_RP_INTERNAL_SEGMENTERDIALOG_H 
   30 #include "../Config.h" 
   31 #include "../../../raster/Raster.h" 
   34 #include <QtGui/QDialog> 
   42 #include <boost/shared_ptr.hpp> 
   77             const std::string& outpuRasterDSType, 
 
   78             const std::map< std::string, std::string >& outpuRasterInfo,
 
   80             Qt::WindowFlags f = 0);
 
   91           bool getOutputRaster( boost::shared_ptr< te::rst::Raster >& outputRasterPtr );
 
   95           void on_okPushButton_clicked();
 
  110 #endif  // __TERRALIB_QT_WIDGETS_RP_INTERNAL_SEGMENTERDIALOG_H 
#define TEQTWIDGETSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
A dialog used to build a basic fill element. 
 
Ui::SegmenterForm * m_uiPtr
 
A dialog used to execute image segmentation. 
 
std::string m_outpuRasterDSType
Input raster pointer. 
 
te::rst::Raster const * m_inputRasterPtr
User interface. 
 
boost::shared_ptr< te::rst::Raster > m_outputRasterPtr
The necessary information to create the raster (as described in te::raster::RasterFactory). 
 
An abstract class for raster data strucutures. 
 
std::map< std::string, std::string > m_outpuRasterInfo
Output raster data source type (as described in te::raster::RasterFactory ).