]> 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 8ea3fa7e1f41c50b3e369d3f46b44a703b0398b8..280e85ca4ba4cdbb2b7e01908764d6ba03122a62 100644 (file)
@@ -3,8 +3,8 @@
   Program:   wxMaracas
   Module:    $RCSfile: CutModelManager.h,v $
   Language:  C++
-  Date:      $Date: 2009/08/31 08:46:12 $
-  Version:   $Revision: 1.1 $
+  Date:      $Date: 2009/09/01 14:01:36 $
+  Version:   $Revision: 1.2 $
 
   Copyright: (c) 2002, 2003
   License:
@@ -62,6 +62,8 @@ public:
        void ExecuteCut(int id, double* range, bool isinside)throw( CutModelException);
 
        vtkImageData* GetResultImage();
+
+       void RefreshActor(int id);
 private:       
        void checkInvariant() throw( CutModelException);
        vtkImageData* _img;