X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=inline;f=lib%2FInterface_ManagerContour_NDimensions%2FwxContourMainFrame.h;h=1e464e91928dfc49d66776a6d938a075b2d3af6c;hb=8e43346f916bb1b027660dd175241d5d611ba9a0;hp=f686c62036221de2266b7c01aede70874e79e0fb;hpb=0ba0b810584240340e71b43d24e8426d768df6bc;p=creaContours.git diff --git a/lib/Interface_ManagerContour_NDimensions/wxContourMainFrame.h b/lib/Interface_ManagerContour_NDimensions/wxContourMainFrame.h index f686c62..1e464e9 100644 --- a/lib/Interface_ManagerContour_NDimensions/wxContourMainFrame.h +++ b/lib/Interface_ManagerContour_NDimensions/wxContourMainFrame.h @@ -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 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: