26 #ifndef __TERRALIB_QT_WIDGETS_CANVAS_INTERNAL_POSTCLASSIFICATIONWIDGET_H    27 #define __TERRALIB_QT_WIDGETS_CANVAS_INTERNAL_POSTCLASSIFICATIONWIDGET_H    31 #include "../../../maptools/AbstractLayer.h"    33 #include "../Config.h"    43 namespace Ui { 
class PostClassificationWidgetForm; }
    47   namespace rst { 
class Raster; }
    68           Ui::PostClassificationWidgetForm* getForm() 
const;
    70           void setList(std::list<te::map::AbstractLayerPtr>& layerList);
    76           void weightSliderValueChanged(
int value);
    78           void thresholdSliderValueChanged(
int value);
    86           std::unique_ptr<Ui::PostClassificationWidgetForm> 
m_ui;
    97 #endif  // __TERRALIB_QT_WIDGETS_CANVAS_INTERNAL_POSTCLASSIFICATIONWIDGET_H 
te::qt::widgets::OutputRasterWidget * m_outputWidget
 
This class is used to make post classification. 
 
te::map::AbstractLayerPtr m_layer
 
te::map::AbstractLayerPtr m_outputLayer
 
te::qt::widgets::InputLayerWidget * m_inputWidget
 
std::unique_ptr< Ui::PostClassificationWidgetForm > m_ui
 
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr