]> Creatis software - creaContours.git/blobdiff - lib/Interface_Icons_NDimensions/interfMainPanel.h
no message
[creaContours.git] / lib / Interface_Icons_NDimensions / interfMainPanel.h
index 8f5224cfbc47a8965f1abd0622dc8ae3e0afc5cb..0e85143eca89da36511e17e45617d011f63a4fa3 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();
@@ -188,7 +186,7 @@ public:
 
        std::vector<std::string> getOutlinesName(int slide);
 
-       void onInformationContourLabels(int typeContourGroup,int selection,int minZ,int maxZ);
+       void onInformationContourLabels(int typeContourGroup,int selection,int minZ,int maxZ,int grayRangeMin,int grayRangeMax);
 
        void setStringInfoPanel(wxString tmpString);    
 
@@ -203,7 +201,7 @@ public:
        void setColLableInfoPanel(int tmpIntB ,wxString tmpTitleString);
 
        void onSaveResults(std::string directory,std::string namefile, std::string filename,
-               int typeContourGroup, bool XYZValues, bool contourImage, bool statistics);
+               int typeContourGroup, int selection, int minZ, int maxZ, bool XYZValues, bool contourImage, bool statistics);
 
        wxString getCellValue(int j,int i);
 
@@ -211,6 +209,8 @@ public:
 
        virtual bool Show(bool show);
 
+       void ShowResultImages(int typeContourGroup, int selection, int minZ, int maxZ);
+       
 private: