mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-04-08 20:57:27 +05:00
PAL6938
This commit is contained in:
parent
3da89ab053
commit
cf82182061
@ -20,6 +20,7 @@
|
|||||||
|
|
||||||
#include "SMESHGUI_VTKUtils.h"
|
#include "SMESHGUI_VTKUtils.h"
|
||||||
#include "SMESHGUI_Utils.h"
|
#include "SMESHGUI_Utils.h"
|
||||||
|
#include "SMESHGUI_Filter.h"
|
||||||
|
|
||||||
#include <vtkRenderer.h>
|
#include <vtkRenderer.h>
|
||||||
#include <vtkActorCollection.h>
|
#include <vtkActorCollection.h>
|
||||||
|
@ -132,6 +132,8 @@ namespace SMESH{
|
|||||||
void RemoveFilter(int theId,
|
void RemoveFilter(int theId,
|
||||||
VTKViewer_InteractorStyleSALOME* theStyle = GetInteractorStyle());
|
VTKViewer_InteractorStyleSALOME* theStyle = GetInteractorStyle());
|
||||||
|
|
||||||
|
void RemoveFilters(VTKViewer_InteractorStyleSALOME* theStyle = GetInteractorStyle());
|
||||||
|
|
||||||
bool IsValid(SALOME_Actor* theActor, int theCellId,
|
bool IsValid(SALOME_Actor* theActor, int theCellId,
|
||||||
VTKViewer_InteractorStyleSALOME* theStyle = GetInteractorStyle());
|
VTKViewer_InteractorStyleSALOME* theStyle = GetInteractorStyle());
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user