Salome HOME
bos #29468: Advanced geometry features: distance Edge-Edge & Face-Face
[modules/geom.git] / src / OBJECT / GEOM_VTKTrihedron.cxx
index dac6fa5cf73fb7305151f505fa8f368bab512a80..c633accfda85d9963d4308e289d55ba892906e77 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2016  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2022  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
@@ -63,7 +63,7 @@ protected:
 
 public:
 
-                                vtkTypeMacro( GEOM_VTKTrihedronAxis, VTKViewer_Axis );
+                                vtkTypeMacro( GEOM_VTKTrihedronAxis, VTKViewer_Axis )
   static GEOM_VTKTrihedronAxis* New();
 
   void                          SetAxis( const gp_Ax1& theAxis, const int theRot, double theColor[ 3 ] );
@@ -79,7 +79,7 @@ private:
   vtkTransform*                 myTrsf;
 };
 
-vtkStandardNewMacro( GEOM_VTKTrihedronAxis );
+vtkStandardNewMacro( GEOM_VTKTrihedronAxis )
 
 GEOM_VTKTrihedronAxis::GEOM_VTKTrihedronAxis()
 {
@@ -197,7 +197,7 @@ void GEOM_VTKTrihedronAxis::SetColor( const double theColor[ 3 ] )
                 Placement of trihedron is changed with SetPlacement() method
 */
 
-vtkStandardNewMacro( GEOM_VTKTrihedron );
+vtkStandardNewMacro( GEOM_VTKTrihedron )
 
 GEOM_VTKTrihedron::GEOM_VTKTrihedron()
 {