Salome HOME
PAL6938
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_VTKUtils.h
index 9937073b667cbfdad3d8cb9448e003bb1c764b65..6e6fd84ed0ca5c8711245b70881a4e3b1357fe35 100644 (file)
@@ -63,6 +63,9 @@ namespace SMESH{
 
   VTKViewer_ViewFrame* GetCurrentVtkView();
 
+  void RepaintViewFrame(VTKViewer_ViewFrame* theFrame);
+
+  void RenderViewFrame(VTKViewer_ViewFrame* theFrame);
 
   //----------------------------------------------------------------------------
   SMESH_Actor* FindActorByEntry(QAD_StudyFrame *theStudyFrame, 
@@ -129,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());