X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FInterface_Icons_NDimensions%2FinterfMainPanel.h;h=a91c0865e0c6b1aa21e0dc68391269ff281d1776;hb=52a1f20d5f8d78cc829b536860ac3ed0e9c50bcd;hp=c28928b39e4519d3e97a88293c51f4639b9ab6e3;hpb=9955fb3731ee66893494ccc86f895ae18e62bb4c;p=creaContours.git diff --git a/lib/Interface_Icons_NDimensions/interfMainPanel.h b/lib/Interface_Icons_NDimensions/interfMainPanel.h index c28928b..a91c086 100644 --- a/lib/Interface_Icons_NDimensions/interfMainPanel.h +++ b/lib/Interface_Icons_NDimensions/interfMainPanel.h @@ -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(); @@ -188,7 +186,7 @@ public: std::vector 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); @@ -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, int selection, int minZ, int maxZ, bool XYZValues, bool contourImage, bool statistics); wxString getCellValue(int j,int i); @@ -210,6 +209,10 @@ public: virtual bool Show(bool show); + void ShowResultImages(int typeContourGroup, int selection, int minZ, int maxZ); + + void SetContourGroup(int contourGroup); + private: @@ -228,6 +231,7 @@ private: wxSplitterWindow* splitterwindow; wxPanel* infoPanel; + wxPanel* infoPanelMask; wxStaticText* statictext; wxStaticText* statictext1; @@ -257,6 +261,7 @@ private: wxPanel* thresholdPanel; interfThresholdPanel* panelThreshold; + bool axisshown; bool refLineShown;