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" 
   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 
A dialog used to build a basic fill element. 
 
An abstract class for raster data strucutures.