Salome HOME
Upgrade to paraview 5.4
[modules/gui.git] / src / OBJECT / SALOME_Selection.h
index bbfee270194e96efa29198c0231f1cd0c8e3e6da..be6e234115d8d40f6397f7384a23370f2ff8f27d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2016  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
 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 
-//  SALOME Selection : description of enumeration Selection_Mode
-//  File   : SALOME_Selection.h
-//  Author :
-
 #ifndef SALOME_SELECTION_H
 #define SALOME_SELECTION_H
 
-enum Selection_Mode {
- NodeSelection,
- CellSelection,
- EdgeOfCellSelection,
- EdgeSelection,
- FaceSelection,
- VolumeSelection,
- ActorSelection };
+enum Selection_Mode
+{
+  NodeSelection,
+  CellSelection,
+  EdgeOfCellSelection,
+  EdgeSelection,
+  FaceSelection,
+  VolumeSelection,
+  ActorSelection
+};
  
-#endif
-
+#endif // SALOME_SELECTION_H