]> Creatis software - creaContours.git/blobdiff - lib/Interface_Icons_NDimensions/interfSegmentationMenu.h
EED \88 Bogota
[creaContours.git] / lib / Interface_Icons_NDimensions / interfSegmentationMenu.h
index 7dfbdb187c4345e42e3542a44c2e55bca692606a..a01a9098df1140b3147b7f1a2dfd2e7ddd54f2f5 100644 (file)
@@ -30,16 +30,24 @@ public:
 
 private:
 
-       wxContourEventHandler* contourevent;
+       //wxContourEventHandler* contourevent;
        wxPanel* configPanel;
        wxWindow* infoWin;
-       wxPanel* segmentPanel;
+       
        wxPanel* spreadPanel;
        wxPanel* segmentPanelITK;
        bool axisshown;
 
-       void hideAxis();
+       wxPanel* getSegmentationPanel(wxWindow* parent);
+
+       void onSegmentationOneSlice( wxCommandEvent& event );
+
+       void onSegmentationAllSlice( wxCommandEvent& event );
+
+       
        
 };
 
-#endif
\ No newline at end of file
+#endif