26 #ifndef __TERRALIB_QT_WIDGETS_RP_INTERNAL_CLIPPINGWIZARD_H
27 #define __TERRALIB_QT_WIDGETS_RP_INTERNAL_CLIPPINGWIZARD_H
30 #include "../../../maptools/AbstractLayer.h"
31 #include "../Config.h"
45 class ClippingWizardPage;
46 class LayerSearchWizardPage;
47 class RasterInfoWizardPage;
64 virtual bool validateCurrentPage();
66 void setList(std::list<te::map::AbstractLayerPtr>& layerList);
70 std::vector<te::map::AbstractLayerPtr> getOutputLayers();
78 bool executeExtentClipping();
80 bool executeDimensionClipping();
82 bool executeLayerClipping();
96 #endif // __TERRALIB_QT_WIDGETS_RP_INTERNAL_CLIPPINGWIZARD_H
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr