Salome HOME
updated copyright message
[modules/gui.git] / src / VTKViewer / VTKViewer_Utilities.h
old mode 100755 (executable)
new mode 100644 (file)
index 5534d5f..9d0c841
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2023  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
@@ -26,6 +26,7 @@
 #include "VTKViewer.h"
 
 class vtkRenderer;
+class vtkActorCollection;
 
 VTKVIEWER_EXPORT 
 extern
@@ -39,6 +40,12 @@ int
 ComputeVisiblePropBounds(vtkRenderer* theRenderer, 
                          double theBounds[6]);
 
+VTKVIEWER_EXPORT
+extern
+int
+ComputeBounds(vtkActorCollection* theCollection,
+              double theBounds[6]);
+
 VTKVIEWER_EXPORT
 extern
 void