]> Creatis software - creaContours.git/blobdiff - lib/Interface_Icons_NDimensions/interfMainPanel.cxx
no message
[creaContours.git] / lib / Interface_Icons_NDimensions / interfMainPanel.cxx
index 7bf581dc8ae2e0c7ae677ca7258eedb2045bf266..1597c26c53b792ccd2911433fc98801b3f4d206a 100644 (file)
@@ -592,8 +592,8 @@ std::vector<std::string> interfMainPanel::getOutlinesName(int slide){
        return wxContourMainFrame::getInstance()->getOutlinesName(slide);
 }
 
-void interfMainPanel::onInformationContourLabels(int typeContourGroup,int selection,int minZ,int maxZ){
-       wxContourMainFrame::getInstance()->onInformationContourLabels(typeContourGroup, selection, minZ, maxZ);
+void interfMainPanel::onInformationContourLabels(int typeContourGroup,int selection,int minZ,int maxZ,int grayRangeMin,int grayRangeMax){
+       wxContourMainFrame::getInstance()->onInformationContourLabels(typeContourGroup, selection, minZ, maxZ,grayRangeMin,grayRangeMax);
 }
 
 void interfMainPanel::setStringInfoPanel(wxString tmpString){
@@ -624,10 +624,10 @@ void interfMainPanel::setColLableInfoPanel(int tmpIntB,wxString tmpTitleString){
 }
 
 void interfMainPanel::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)
 {
        wxContourMainFrame::getInstance()->onSaveResults(directory, namefile, filename, 
-               typeContourGroup, XYZValues, contourImage, statistics);
+               typeContourGroup, selection, minZ,maxZ, XYZValues, contourImage, statistics);
 }
 
 wxString interfMainPanel::getCellValue(int j,int i){
@@ -756,9 +756,9 @@ void interfMainPanel::onThresholdPressed()
        showPanel(thresholdPanel);
 }
 
-void interfMainPanel::ShowResultImages(int typeContourGroup)
+void interfMainPanel::ShowResultImages(int typeContourGroup, int selection, int minZ, int maxZ)
 {
-       wxContourMainFrame::getInstance()->ShowResultImages(typeContourGroup);
+       wxContourMainFrame::getInstance()->ShowResultImages(typeContourGroup, selection, minZ, maxZ);
 }