From cf821820616e8898e3abcd46608c4ba2e054c188 Mon Sep 17 00:00:00 2001 From: san Date: Wed, 2 Feb 2005 13:54:31 +0000 Subject: [PATCH] PAL6938 --- src/SMESHGUI/SMESHGUI_VTKUtils.cxx | 1 + src/SMESHGUI/SMESHGUI_VTKUtils.h | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/SMESHGUI/SMESHGUI_VTKUtils.cxx b/src/SMESHGUI/SMESHGUI_VTKUtils.cxx index 32d52e454..8bd6cdce9 100644 --- a/src/SMESHGUI/SMESHGUI_VTKUtils.cxx +++ b/src/SMESHGUI/SMESHGUI_VTKUtils.cxx @@ -20,6 +20,7 @@ #include "SMESHGUI_VTKUtils.h" #include "SMESHGUI_Utils.h" +#include "SMESHGUI_Filter.h" #include #include diff --git a/src/SMESHGUI/SMESHGUI_VTKUtils.h b/src/SMESHGUI/SMESHGUI_VTKUtils.h index a2732f703..6e6fd84ed 100644 --- a/src/SMESHGUI/SMESHGUI_VTKUtils.h +++ b/src/SMESHGUI/SMESHGUI_VTKUtils.h @@ -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()); -- 2.30.2