]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/CutModule/interface/CutModelMainPanel.cxx
*** empty log message ***
[creaMaracasVisu.git] / lib / maracasVisuLib / src / CutModule / interface / CutModelMainPanel.cxx
index fdd26301b176256512ac50ca38ca80eba0cdc150..f29854d71a5f14001294134947cdf6778fdf0712 100644 (file)
@@ -3,8 +3,8 @@
   Program:   wxMaracas
   Module:    $RCSfile: CutModelMainPanel.cxx,v $
   Language:  C++
-  Date:      $Date: 2009/08/31 08:46:09 $
-  Version:   $Revision: 1.1 $
+  Date:      $Date: 2009/09/01 14:01:34 $
+  Version:   $Revision: 1.2 $
 
   Copyright: (c) 2002, 2003
   License:
@@ -147,6 +147,7 @@ void CutModelMainPanel::ShowCurrentPanel(int id){
        for(int i = 0; i < viewpanels.size();i++){              
                if(viewpanels[i]->getId()==id){
                        _wxauimanager->GetPane(viewpanels[i]).Show(true);
+            cutmanager->RefreshActor(id);
                }else{
                        _wxauimanager->GetPane(viewpanels[i]).Show(false);
                }
@@ -267,6 +268,10 @@ vtkImageData* CutModelMainPanel::GetResultImage(){
        }
        return NULL;
 }
+
+void CutModelMainPanel::ShowStatistics(int id){
+    
+}
 /**
 **
 **/