26 #ifndef __TERRALIB_QT_WIDGETS_RP_INTERNAL_ARITHMETICOPWIZARD_H    27 #define __TERRALIB_QT_WIDGETS_RP_INTERNAL_ARITHMETICOPWIZARD_H    30 #include "../../../maptools/AbstractLayer.h"    31 #include "../../../raster/Raster.h"    32 #include "../../../rp/ArithmeticOperations.h"    33 #include "../Config.h"    47       class ArithmeticOpWizardPage;
    48       class LayerSearchWizardPage;
    49       class RasterInfoWizardPage;
    67             ARITH_OP_TYPE_USER_DEFINED
    78           virtual bool validateCurrentPage();
    80           void setList(std::list<te::map::AbstractLayerPtr>& layerList);
   116 #endif  // __TERRALIB_QT_WIDGETS_RP_INTERNAL_ARITHMETICOPWIZARD_H 
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr