]> Creatis software - creaContours.git/blobdiff - lib/Interface_Icons_NDimensions/interfToolsPanels.h
no message
[creaContours.git] / lib / Interface_Icons_NDimensions / interfToolsPanels.h
index 3ce9141a6dd3b291e054cbc796b9f8e708b9ff56..fb21b95d9f419bfeb32d08adc0c8691ae10b8088 100644 (file)
@@ -75,29 +75,19 @@ private:
        wxRadioBox* _informationRadiobox;
        wxRadioBox* _radiolstboxContourGroup;
        wxStaticText* _staticTextInformation;
-       
+       wxCheckBox* _XYZValues; 
+       wxCheckBox* _contourImage;      
+       wxCheckBox* _statistics;        
+
        void onInformationContourLabels(wxCommandEvent& event);
        void onExtractInformation(wxCommandEvent& event);
+       void onShowResultImages(wxCommandEvent& event);
        void onSaveResults(wxCommandEvent& event);
        void FillGridWithContoursInformation();
        
 
        
                
-};
-
-class interfMirrorPanel
-       : public wxPanel
-{
-public:
-       interfMirrorPanel(wxWindow * parent);           
-       ~interfMirrorPanel();
-
-private:
-
-       wxSlider* _thickness;
-
-       void onMirrorGo(wxCommandEvent& event);
 };
 
 #endif