Salome HOME
Updated copyright comment
[modules/gui.git] / src / VTKViewer / VTKViewer_ExtractUnstructuredGrid.h
index c64e28d70e1e60381a2bf1f707347d59b03cd662..a2f120fb0e465190e7d41c219b002130e3214588 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2020  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
@@ -45,7 +45,7 @@ class VTKVIEWER_EXPORT VTKViewer_ExtractUnstructuredGrid : public vtkUnstructure
 {
 public:
   //! VTK type macros.
-  vtkTypeMacro( VTKViewer_ExtractUnstructuredGrid, vtkUnstructuredGridAlgorithm );
+  vtkTypeMacro( VTKViewer_ExtractUnstructuredGrid, vtkUnstructuredGridAlgorithm )
 
   //! \brief Construct with all types of clipping turned off.
   static VTKViewer_ExtractUnstructuredGrid *New();
@@ -95,7 +95,7 @@ public:
   //! Computes a map out IDs to in IDs. Call it before GetInputId()!!!
   void BuildOut2InMap();
   //! Gets the input id by output id. Call BuildOut2InMap() before
-  vtkIdType GetInputId(int theOutId) const;
+  vtkIdType GetInputId(vtkIdType theOutId) const;
   //! Gets the output id by input id.
   //vtkIdType GetOutputId(int theInId) const;