]> Creatis software - creaContours.git/blobdiff - lib/Interface_Icons_NDimensions/interfMainPanel.h
*** empty log message ***
[creaContours.git] / lib / Interface_Icons_NDimensions / interfMainPanel.h
index c28928b39e4519d3e97a88293c51f4639b9ab6e3..90bd7838f3480aa760bd7246abaef76d7b544a20 100644 (file)
@@ -122,8 +122,6 @@ public:
 
        int GetImageDataSizeZ();
 
-       void GetImageDataRange(double *range);
-
        void onSegmentationAllSlice(int minZ,int maxZ,int isovalue,int sampling,int method);
 
        void onMirrorPressed();
@@ -136,11 +134,11 @@ public:
 
        void onMirrorChangeWidth(int width);
 
-       void onThreshold(int minVal, int maxVal);
+       void onThreshold();
 
-       void onThresholdChange(int minVal, int maxVal);
+       void onThresholdChange();
 
-       void onThresholdInstantChange(int range[]);
+       void onThresholdInstantChange(double range[]);
 
        void onThresholdRemove();
 
@@ -202,7 +200,8 @@ public:
 
        void setColLableInfoPanel(int tmpIntB ,wxString tmpTitleString);
 
-       void onSaveResults(std::string directory,std::string namefile, std::string filename,int typeContourGroup);
+       void onSaveResults(std::string directory,std::string namefile, std::string filename,
+               int typeContourGroup, bool XYZValues, bool contourImage, bool statistics);
 
        wxString getCellValue(int j,int i);