Salome HOME
PAL6938
authorsan <san@opencascade.com>
Wed, 2 Feb 2005 13:54:31 +0000 (13:54 +0000)
committersan <san@opencascade.com>
Wed, 2 Feb 2005 13:54:31 +0000 (13:54 +0000)
src/SMESHGUI/SMESHGUI_VTKUtils.cxx
src/SMESHGUI/SMESHGUI_VTKUtils.h

index 32d52e4546a2b41549900e59bf569ce660986c37..8bd6cdce93832a9f149e319db1cdd6a6c52dabd4 100644 (file)
@@ -20,6 +20,7 @@
 
 #include "SMESHGUI_VTKUtils.h"
 #include "SMESHGUI_Utils.h"
+#include "SMESHGUI_Filter.h"
 
 #include <vtkRenderer.h>
 #include <vtkActorCollection.h>
index a2732f7034df29cbad1fef025df8cb94070d0c81..6e6fd84ed0ca5c8711245b70881a4e3b1357fe35 100644 (file)
@@ -132,6 +132,8 @@ namespace SMESH{
   void RemoveFilter(int theId, 
                    VTKViewer_InteractorStyleSALOME* theStyle = GetInteractorStyle());
 
+  void RemoveFilters(VTKViewer_InteractorStyleSALOME* theStyle = GetInteractorStyle());
+
   bool IsValid(SALOME_Actor* theActor, int theCellId,
               VTKViewer_InteractorStyleSALOME* theStyle = GetInteractorStyle());