]> Creatis software - creaContours.git/blobdiff - lib/Interface_Icons_NDimensions/interfMainPanel.cxx
Parser Osirix
[creaContours.git] / lib / Interface_Icons_NDimensions / interfMainPanel.cxx
index 5e5f84f10c089db4ca911d508460b0baa43755f7..d4f34a045f94cecdfc774bfe9d1977e98c2c7c68 100644 (file)
@@ -434,6 +434,10 @@ void interfMainPanel::onSave()
        wxContourMainFrame::getInstance()->onSave();
 }
 
+void interfMainPanel::onImport(){
+       wxContourMainFrame::getInstance()->onImport();
+}
+
 void interfMainPanel::RefreshInterface()
 {
        wxContourMainFrame::getInstance()->RefreshInterface();
@@ -755,6 +759,11 @@ void interfMainPanel::setColLableInfoPanel(int tmpIntB,wxString tmpTitleString)
 
 }
 
+void interfMainPanel::SetScalarRange(int grayRangeMin,int grayRangeMax)
+{
+       wxContourMainFrame::getInstance()->SetScalarRange(grayRangeMin, grayRangeMax); 
+}
+
 void interfMainPanel::onSaveResults(std::string directory,std::string namefile, std::string filename, 
                                                                        int typeContourGroup, int selection, int minZ, int maxZ ,bool XYZValues, bool contourImage, bool statistics)
 {