]> Creatis software - creaContours.git/blobdiff - lib/Interface_ManagerContour_NDimensions/wxContourMainFrame.h
no message
[creaContours.git] / lib / Interface_ManagerContour_NDimensions / wxContourMainFrame.h
index f686c62036221de2266b7c01aede70874e79e0fb..1e464e91928dfc49d66776a6d938a075b2d3af6c 100644 (file)
@@ -152,8 +152,7 @@ class wxContourMainFrame : public wxPanel {
 
        void setInstantChooserPanel(  wxInstantChooserPanel * theInstantChooserPanel );
 
-
-       void getMaskValue(vtkImageData ** mask,vtkImageData ** value,int typeContourGroup);
+       void getMaskValue(vtkImageData ** mask,vtkImageData ** value,int typeContourGroup, int selection, int minZ, int maxZ);
 
        void SaveImageResult(std::string directory,std::string namefile, vtkImageData* mask,vtkImageData* value);
 
@@ -294,10 +293,10 @@ class wxContourMainFrame : public wxPanel {
 
        std::vector<std::string> getOutlinesName(int slide);
 
-       void onInformationContourLabels(int typeContourGroup,int selection,int minimumZ,int maximumZ);
+       void onInformationContourLabels(int typeContourGroup,int selection,int minimumZ,int maximumZ,int grayRangeMin, int grayRangeMax);
 
        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);
 
        void SaveValuesXYZ(std::string directory,std::string namefile, int typeContourGroup);
 
@@ -309,7 +308,7 @@ class wxContourMainFrame : public wxPanel {
 
        void saveFileWithContoursAutomatique();
        
-       void ShowResultImages(int typeContourGroup);
+       void ShowResultImages(int typeContourGroup, int selection, int minZ, int maxZ );
 
 
 private: