]> SALOME platform Git repositories - modules/gui.git/blobdiff - src/VTKViewer/VTKViewer_ShrinkFilter.h
Salome HOME
[bos #42871] Clipping plane remains applied after being deleted
[modules/gui.git] / src / VTKViewer / VTKViewer_ShrinkFilter.h
index 86b660e345b129c1f09b98ff7bb0d93c06b05844..6906d7003eb3e4bcf1612798ded70b1bebfef502 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2019  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2024  CEA, EDF, OPEN CASCADE
 //
 // Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
@@ -41,15 +41,15 @@ class VTKVIEWER_EXPORT VTKViewer_ShrinkFilter : public vtkShrinkFilter
 public:
   /*!Create new instance of VTKViewer_ShrinkFilter.*/
   static VTKViewer_ShrinkFilter *New();
-  vtkTypeMacro(VTKViewer_ShrinkFilter, vtkShrinkFilter);
+  vtkTypeMacro(VTKViewer_ShrinkFilter, vtkShrinkFilter)
 
   void SetStoreMapping(int theStoreMapping);
   /*!Gets store mapping flag.*/
   int GetStoreMapping(){ return myStoreMapping;}
 
-  virtual vtkIdType GetNodeObjId(int theVtkID);
+  virtual vtkIdType GetNodeObjId(vtkIdType theVtkID);
   /*!Return element id by vtk id.*/
-  virtual vtkIdType GetElemObjId(int theVtkID) { return theVtkID;}
+  virtual vtkIdType GetElemObjId(vtkIdType theVtkID) { return theVtkID;}
 
 protected:
   VTKViewer_ShrinkFilter();