]> Creatis software - creaContours.git/blobdiff - lib/Interface_Icons_NDimensions/interfSegmentationPanels.h
no message
[creaContours.git] / lib / Interface_Icons_NDimensions / interfSegmentationPanels.h
index 55c74b8a3bee82d0eb543a61775ed7b6918d9e78..ad0055a37d645f403b6d2417b326abee68444f07 100644 (file)
@@ -101,35 +101,6 @@ private:
 };
 
 
-class interfThresholdPanel
-       : public wxPanel
-{
-public:
-       interfThresholdPanel(wxWindow * parent);                
-       ~interfThresholdPanel();
-       
-       void onThresholdStop();
-       void onThresholdInstantChange(double range[]);
-
-private:
-
-       mBarRange* _mBarThreshold;
-       wxSlider* _opacity;
-       bool _thresholdGo;
-       wxCheckBox* _interpolationCheckBox;     
-
-       void onThresholdChange(wxCommandEvent& event);
-
-       void onThresholdGo(wxCommandEvent& event);
-
-       void onThresholdInterpolation(wxCommandEvent& event);
-
-       void onChangeOpacity(wxScrollEvent& event);
-
-       DECLARE_EVENT_TABLE()
-};
-
-
 #endif