]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/boxSurfaceObserver.h
#3109 creaMaracasVisu Bug New Normal - branch vtk7itk4 compilation with vtk7
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / boxSurfaceObserver.h
index 11e4d591ac221ac662a473e05d0715761acd8199..92892da6461affbc389f52313b7d48ac5955ebd6 100644 (file)
@@ -39,10 +39,17 @@ class boxSurfaceObserver : public vtkCommand
        public:
                vtkPlanes                                       *_planes;
                vtkProp                                         *_actor;
+
+               vtkAlgorithm                            *_mCubes;
+               vtkAlgorithm                            *_tissueStripper;
+               vtkAlgorithm                            *_tissueClipper;
                vtkVolumeRayCastMapper          *_vtkVolumeRayCastMapper;
 
                boxSurfaceObserver() 
                {  
+                       _mCubes                                 = NULL;
+                       _tissueStripper                 = NULL;
+                       _tissueClipper                  = NULL;
                        _vtkVolumeRayCastMapper = NULL;
                }
 
@@ -58,8 +65,8 @@ class boxSurfaceObserver : public vtkCommand
                void SetPlanes(vtkPlanes *planes);
                void SetActor(vtkProp *actor);
                void SetvtkVolumeRayCastMapper(vtkVolumeRayCastMapper *vtkvolumeraycastmapper);
+               void SetFilters(vtkAlgorithm *_mCubes , vtkAlgorithm *_tissueStripper , vtkAlgorithm *_tissueClipper);
 };
 
 
-
 #endif /*BOXSURFACEOBSERVER_H_*/