]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/CutModule/kernel/CutModelManager.h
*** empty log message ***
[creaMaracasVisu.git] / lib / maracasVisuLib / src / CutModule / kernel / CutModelManager.h
index 14907c523c3ce70071cdbb9d15818d65d7d22013..3d84c8f3c48f453ba77c03cea9c9fe688fffd341 100644 (file)
@@ -3,8 +3,8 @@
   Program:   wxMaracas
   Module:    $RCSfile: CutModelManager.h,v $
   Language:  C++
-  Date:      $Date: 2009/09/08 08:14:27 $
-  Version:   $Revision: 1.3 $
+  Date:      $Date: 2009/12/08 13:42:39 $
+  Version:   $Revision: 1.4 $
 
   Copyright: (c) 2002, 2003
   License:
@@ -79,6 +79,7 @@ public:
        int Undo()throw( CutModelException);
 
        int Redo()throw( CutModelException);
+
 private:
        
        int _currentaction;
@@ -86,7 +87,7 @@ private:
        void checkInvariant() throw( CutModelException);
        std::string _path;
        vtkImageData* _img;
-       vtkImageData* _copyimg;
+       vtkImageData* _img2;
        vtkRenderer* _render;
        vtkRenderWindowInteractor* _interactor;