]> Creatis software - creaContours.git/blobdiff - lib/Interface_Icons_NDimensions/interfToolsPanels.h
no message
[creaContours.git] / lib / Interface_Icons_NDimensions / interfToolsPanels.h
index 8d8b128768acd8741a7474e097130cbfe15118cc..093349ed4bbde8eeacd6d03db7089261cd8a3fec 100644 (file)
@@ -1,6 +1,7 @@
 #ifndef __interfToolsPanelH__
 #define __interfToolsPanelH__
 
+#include <string>
 #include <wx/wx.h>
 #include "mBarRange.h"
 #include <wx/grid.h>
@@ -22,6 +23,7 @@ private:
 
        void OnInterpolation(wxCommandEvent& event);
 
+       
        wxSlider* _withOfContourLine;
        wxSlider* _brithtnessWindowLevel;
        wxSlider* _brithtnessColorLevel;
@@ -74,29 +76,21 @@ 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 onContourGroup(wxCommandEvent& event);
+
        void FillGridWithContoursInformation();
        
 
        
                
-};
-
-class interfMirrorPanel
-       : public wxPanel
-{
-public:
-       interfMirrorPanel(wxWindow * parent);           
-       ~interfMirrorPanel();
-
-private:
-
-       wxSlider* _thickness;
-
-       void onMirrorGo(wxCommandEvent& event);
 };
 
 #endif