This commit is contained in:
san 2005-02-02 13:54:31 +00:00
parent 3da89ab053
commit cf82182061
2 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,7 @@
#include "SMESHGUI_VTKUtils.h"
#include "SMESHGUI_Utils.h"
#include "SMESHGUI_Filter.h"
#include <vtkRenderer.h>
#include <vtkActorCollection.h>

View 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());