]> Creatis software - creaContours.git/blobdiff - lib/Interface_Icons_NDimensions/interfMainPanel.cxx
*** empty log message ***
[creaContours.git] / lib / Interface_Icons_NDimensions / interfMainPanel.cxx
index cca064646a7ad5b550606c77b4eba06f27bd2af4..6f5dd532d8a533e8ca1e2ef955174e21fa73c44c 100644 (file)
@@ -372,6 +372,14 @@ void interfMainPanel::onCreateContourPoints( )
 }
 // RaC 09-09 ---------------------
 
+// RaC 10-09 ---------------------
+void interfMainPanel::onCreateContourPolygon( )
+{
+       wxContourMainFrame::getInstance()->showAxis(false);
+    wxContourMainFrame::getInstance()->onCreateContourPolygon();
+}
+// RaC 10-09 ---------------------
+
 void interfMainPanel::onCreateContoursBullEye(wxPanel* panBull)
 {
        wxContourMainFrame::getInstance()->showAxis(false);
@@ -747,6 +755,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)
 {