]> Creatis software - creaContours.git/blobdiff - lib/Interface_Icons_NDimensions/interfToolsPanels.h
#3327 creaContours Feature New Normal - Jump Slice
[creaContours.git] / lib / Interface_Icons_NDimensions / interfToolsPanels.h
index 5ea04f21420b90034e7b88f912b0f28008e5d077..0d125bd123304bae7c22846712eabb17444f9ca6 100644 (file)
@@ -43,6 +43,8 @@ private:
        void OnInterpolation(wxCommandEvent& event);
        void OnShowTextContour(wxCommandEvent& event);
        void OnBeforAfterContour(wxCommandEvent& event);
+       void OnBackwareSlice(wxCommandEvent& event);
+       void OnFordwareSlice(wxCommandEvent& event);
        wxSlider*       _withOfContourLine;
        wxSlider*       _brithtnessWindowLevel;
        wxSlider*       _brithtnessColorLevel;
@@ -50,6 +52,8 @@ private:
        wxCheckBox* _showTextContourCheckBox;
        wxCheckBox* _beforContourCheckBox;
        wxCheckBox* _afterContourCheckBox;
+       wxSpinCtrl*     _jumpSpinCtrl;
+       wxSpinCtrl*     _shiftSpinCtrl;
 };
 
 class interfSpreadPanel