]> Creatis software - creaContours.git/blobdiff - lib/Interface_Icons_NDimensions/interfToolsPanels.h
no message
[creaContours.git] / lib / Interface_Icons_NDimensions / interfToolsPanels.h
index be7de00986e4296ed3a87a71390da6d1ea57bb08..fb21b95d9f419bfeb32d08adc0c8691ae10b8088 100644 (file)
@@ -1,6 +1,7 @@
 #ifndef __interfToolsPanelH__
 #define __interfToolsPanelH__
 
+#include <string>
 #include <wx/wx.h>
 #include "mBarRange.h"
 #include <wx/grid.h>
@@ -74,9 +75,13 @@ 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();