Salome HOME
Update copyrights
[modules/gui.git] / src / VTKViewer / VTKViewer_Actor.h
old mode 100755 (executable)
new mode 100644 (file)
index 4786236..749a82a
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2016  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2019  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
@@ -119,19 +119,19 @@ class VTKVIEWER_EXPORT VTKViewer_Actor : public vtkLODActor
   void
   SetColor(const double theRGB[3]);
 
-  //! Change material\r
-  virtual\r
-  void\r
+  //! Change material
+  virtual
+  void
   SetMaterial(std::vector<vtkProperty*> theProps);
 
-  //! Get current front material\r
-  virtual\r
-  vtkProperty* \r
-  GetFrontMaterial();\r
-\r
-  //! Get current back material\r
-  virtual\r
-  vtkProperty* \r
+  //! Get current front material
+  virtual
+  vtkProperty* 
+  GetFrontMaterial();
+
+  //! Get current back material
+  virtual
+  vtkProperty* 
   GetBackMaterial();
 
   //----------------------------------------------------------------------------