]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/wxMaracasSurfaceRenderingManager.h
surface box y widget carole
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / wxMaracasSurfaceRenderingManager.h
index fb1061b1ca9bdf87bf34545d3a8fef85b2784e56..d1ec89d4ec379fd227ad6b4c3b9d23311847eaf5 100644 (file)
@@ -3,8 +3,8 @@
   Program:   wxMaracas
   Module:    $RCSfile: wxMaracasSurfaceRenderingManager.h,v $
   Language:  C++
-  Date:      $Date: 2009/11/09 19:14:56 $
-  Version:   $Revision: 1.2 $
+  Date:      $Date: 2009/11/13 11:47:41 $
+  Version:   $Revision: 1.3 $
 
   Copyright: (c) 2002, 2003
   License:
@@ -87,8 +87,13 @@ public:
        **/
        void addRemoveActor(int propid, bool addremove)throw(char*);
        /**
+       **
+       **/
+       void addRemoveSurfaceBox(int propid, bool addremove)  throw(char*);
+       /**
        **      Check if the variables are setted correctly
        **/
+
        void checkInvariant()throw(char*);
 
        /**
@@ -96,6 +101,11 @@ public:
        **/
        wxMaracasSurfaceRenderingManagerData* getViewData(int id)throw(char*);
 
+       /**
+       **
+       **/
+       void setInteractor(vtkRenderWindowInteractor*  interactor);
+
        /**
        **      Given the id, return the max iso value from the imagedata
        **/
@@ -115,6 +125,7 @@ private:
        std::vector<wxMaracasSurfaceRenderingManagerData*> prop3Dvect;
 
        vtkRenderer*  _renderer;
+       vtkRenderWindowInteractor*  _interactor;
        vtkImageData* image;
 
        int _idCount;