]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/CutModule/interface/CutModelMainPanel.h
*** empty log message ***
[creaMaracasVisu.git] / lib / maracasVisuLib / src / CutModule / interface / CutModelMainPanel.h
index 92f30cd5c9ac2d12b10cdd345a38ba08cda58fc8..96891b2061d1b0928b750c5b4a4ce1a6144550d7 100644 (file)
@@ -3,8 +3,8 @@
   Program:   wxMaracas
   Module:    $RCSfile: CutModelMainPanel.h,v $
   Language:  C++
-  Date:      $Date: 2009/09/08 08:14:25 $
-  Version:   $Revision: 1.3 $
+  Date:      $Date: 2009/12/08 13:42:48 $
+  Version:   $Revision: 1.4 $
 
   Copyright: (c) 2002, 2003
   License:
@@ -84,6 +84,10 @@ public:
 
        void ShowStatistics(int id);
 
+       void SetType(int type);
+
+       int GetType();
+
        
 private:
 
@@ -111,6 +115,8 @@ private:
         CutModelView* getModelView(int id)throw( CutModelException);
 
         int _panelid;
+
+        int _type;
 };