Salome HOME
Implement filter "F12: Topologically connected Faces"
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_swig.h
index b742d88e82dcd86b29191541a4091e02eb7901f8..d5b35462e3a3d0f188cc4c0e8e189cdf58ab5864 100644 (file)
@@ -1,8 +1,21 @@
-// Copyright (C) 2014-20xx CEA/DEN, EDF R&D
-
-// File:               GeomAlgoAPI_swig.h
-// Created: Dec 15, 2015
-// Author:  Sergey POKHODENKO
+// 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
+// License as published by the Free Software Foundation; either
+// 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
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+// Lesser General Public License for more details.
+//
+// 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
+//
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+//
 
 #ifndef SRC_GEOMALGOAPI_GEOMALGOAPI_SWIG_H_
 #define SRC_GEOMALGOAPI_GEOMALGOAPI_SWIG_H_
@@ -12,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"
   #include "GeomAlgoAPI_Pipe.h"
   #include "GeomAlgoAPI_WireBuilder.h"
   #include "GeomAlgoAPI_Sewing.h"
-  #include "GeomAlgoAPI_ShapeBuilder.h"  
+  #include "GeomAlgoAPI_ShapeBuilder.h"
   #include "GeomAlgoAPI_Exception.h"
-  #include "GeomAlgoAPI_DirectAPI.h"
+  #include "GeomAlgoAPI_ShapeAPI.h"
   #include "GeomAlgoAPI_Box.h"
-  #include "GeomAlgoAPI_BoxPoints.h"
+  #include "GeomAlgoAPI_ConeSegment.h"
+  #include "GeomAlgoAPI_Copy.h"
+  #include "GeomAlgoAPI_Symmetry.h"
+  #include "GeomAlgoAPI_MapShapesAndAncestors.h"
 
   #include <memory>
   #include <string>