Salome HOME
Task 2.12. New entities: ellipses and arcs of ellipses (issue #3003)
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_swig.h
index 8c9a49d70e7ad0005d844b70899cd7f5c88aa991..d5b35462e3a3d0f188cc4c0e8e189cdf58ab5864 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2017  CEA/DEN, EDF R&D
+// Copyright (C) 2014-2019  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 //
 // You should have received a copy of the GNU Lesser General Public
 // License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 //
-// See http://www.salome-platform.org/ or
-// email : webmaster.salome@opencascade.com<mailto:webmaster.salome@opencascade.com>
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 
 #ifndef SRC_GEOMALGOAPI_GEOMALGOAPI_SWIG_H_
@@ -26,7 +25,9 @@
   #include "GeomAlgoAPI.h"
   #include "GeomAlgoAPI_MakeShape.h"
   #include "GeomAlgoAPI_Boolean.h"
+  #include "GeomAlgoAPI_Circ2dBuilder.h"
   #include "GeomAlgoAPI_CompoundBuilder.h"
+  #include "GeomAlgoAPI_CurveBuilder.h"
   #include "GeomAlgoAPI_DFLoader.h"
   #include "GeomAlgoAPI_EdgeBuilder.h"
   #include "GeomAlgoAPI_FaceBuilder.h"
@@ -61,6 +62,7 @@
   #include "GeomAlgoAPI_ConeSegment.h"
   #include "GeomAlgoAPI_Copy.h"
   #include "GeomAlgoAPI_Symmetry.h"
+  #include "GeomAlgoAPI_MapShapesAndAncestors.h"
 
   #include <memory>
   #include <string>