26 #ifndef __TERRALIB_QT_WIDGETS_RP_INTERNAL_COLORTRANSFORMWIZARD_H    27 #define __TERRALIB_QT_WIDGETS_RP_INTERNAL_COLORTRANSFORMWIZARD_H    30 #include "../../../maptools/AbstractLayer.h"    31 #include "../../../raster/Raster.h"    32 #include "../Config.h"    46       class ColorTransformWizardPage;
    47       class LayerSearchWizardPage;
    48       class RasterInfoWizardPage;
    66           virtual bool validateCurrentPage();
    68           void setList(std::list<te::map::AbstractLayerPtr>& layerList);
    78           bool executeRGB2IHS();
    80           bool executeIHS2RGB();
    97 #endif  // __TERRALIB_QT_WIDGETS_RP_INTERNAL_COLORTRANSFORMWIZARD_H 
An abstract class for raster data strucutures. 
 
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr