Salome HOME
added support for all type of edges in KindOfShape method
[modules/geom.git] / src / OBJECT / GEOM_VTKTrihedron.cxx
index 54cf54fe2b6ea07889c5e7eb89461eceece8ca92..c633accfda85d9963d4308e289d55ba892906e77 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2015  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
@@ -51,7 +51,7 @@
 /*
   Class       : GEOM_VTKTrihedron
   Description : Class for displaying axis of trihedron in VTK viewer.
-                Placement of trihedron is chahged with SetPlacement() method
+                Placement of trihedron is changed with SetPlacement() method
 */
 class GEOM_VTKTrihedronAxis : public VTKViewer_Axis
 {
@@ -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()
 {
@@ -194,10 +194,10 @@ void GEOM_VTKTrihedronAxis::SetColor( const double theColor[ 3 ] )
 /*
   Class       : GEOM_VTKTrihedron
   Description : Class for displaying trihedron of local CS in VTK viewer.
-                Placement of trihedron is chahged with SetPlacement() method
+                Placement of trihedron is changed with SetPlacement() method
 */
 
-vtkStandardNewMacro( GEOM_VTKTrihedron );
+vtkStandardNewMacro( GEOM_VTKTrihedron )
 
 GEOM_VTKTrihedron::GEOM_VTKTrihedron()
 {