Salome HOME
[bos #39942] EDF 25230 - New problem with XYZtoUV
[modules/geom.git] / src / MeasureGUI / MeasureGUI_DimensionCreateTool.h
index 8a396786cac756c85ca872b80d9b7bed611ee7fb..11cb1c1d511624d75641c16c11919066ee60db2b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2013  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
@@ -6,7 +6,7 @@
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 // License as published by the Free Software Foundation; either
-// version 2.1 of the License.
+// version 2.1 of the License, or (at your option) any later version.
 //
 // This library is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -40,6 +40,7 @@
 #include <TopoDS_Face.hxx>
 #include <TopoDS_Edge.hxx>
 #include <TColgp_SequenceOfDir.hxx>
+#include <V3d_View.hxx>
 
 //=================================================================================
 // class    : MeasureGUI_DimensionCreateTool
@@ -47,6 +48,7 @@
 //=================================================================================
 class MeasureGUI_DimensionCreateTool
 {
+ public:
   struct Segment
   {
     gp_Pnt First;
@@ -56,7 +58,6 @@ class MeasureGUI_DimensionCreateTool
   typedef NCollection_Sequence<gp_Pln>  SeqOfPlanes;
   typedef NCollection_Sequence<Segment> SeqOfSegments;
 
-public:
   MeasureGUI_DimensionCreateTool();
 
   struct