]> Creatis software - creaContours.git/blobdiff - lib/Interface_Icons_NDimensions/interfMainPanel.h
*** empty log message ***
[creaContours.git] / lib / Interface_Icons_NDimensions / interfMainPanel.h
index 0ded70450fd0e97179347a8071bda76df517dc60..cb17e22cc118d30c3c2c938ccb6290490ae3d346 100644 (file)
@@ -82,6 +82,7 @@ public:
        void onCreateContourSpline( );
        void onCreateContourRectangle( );
        void onCreateContourCircle( );
+       void onCreateContourLine( );
        void onCreateContoursBullEye(wxPanel* panBull);
        /////////////////////////////////
        void onDeleteContour();
@@ -109,6 +110,8 @@ public:
 
        void onSegmentationAllSlice(int minZ,int maxZ,int isovalue,int sampling,int method);
 
+       void onMirror();
+
        void setLabelSegmentationPanelVTK(wxString tmpString);
 
        void onSegmentationPressed();
@@ -166,6 +169,9 @@ public:
        wxString getCellValue(int j,int i);
 
        void onSnakePressed();
+
+       void onMirrorPressed();
+
 private:
        
 
@@ -204,6 +210,8 @@ private:
        wxPanel* configPanel;
        wxPanel* spreadPanel;
        interfSpreadPanel* panelSpread;
+       wxPanel* mirrorPanel;
+       interfMirrorPanel* panelMirror; 
        wxWindow* infoWin;
        wxPanel* informationPanel;