26 #ifndef __TERRALIB_QT_WIDGETS_RP_INTERNAL_CLASSIFIERDIALOG_H    27 #define __TERRALIB_QT_WIDGETS_RP_INTERNAL_CLASSIFIERDIALOG_H    30 #include "../Config.h"    32 #include "../../../raster/Raster.h"    44 #include <boost/shared_ptr.hpp>    81                            std::vector<te::gm::Polygon*> inputPolygons,
    82                            const std::string& outpuRasterDSType,
    83                            const std::map<std::string, std::string>& outpuRasterInfo,
    85                            Qt::WindowFlags f = 0);
    97           bool getOutputRaster(boost::shared_ptr< te::rst::Raster >& outputRasterPtr);
   101           void on_okPushButton_clicked();
   117 #endif  // __TERRALIB_QT_WIDGETS_RP_INTERNAL_CLASSIFIERDIALOG_H 
An abstract class for raster data strucutures.