26 #ifndef __TERRALIB_QT_WIDGETS_RP_INTERNAL_SEGMENTERDIALOG_H    27 #define __TERRALIB_QT_WIDGETS_RP_INTERNAL_SEGMENTERDIALOG_H    30 #include "../Config.h"    32 #include "../../../raster/Raster.h"    45 #include <boost/shared_ptr.hpp>    81             const std::string& outpuRasterDSType, 
    82             const std::map< std::string, std::string >& outpuRasterInfo,
    84             Qt::WindowFlags f = 0);
    95           bool getOutputRaster( boost::shared_ptr< te::rst::Raster >& outputRasterPtr );
    99           void on_okPushButton_clicked();
   114 #endif  // __TERRALIB_QT_WIDGETS_RP_INTERNAL_SEGMENTERDIALOG_H 
A dialog used to build a basic fill element. 
 
An abstract class for raster data strucutures.