Salome HOME
Minor corrections: coding rules
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_swig.h
index 6c9f54bc7e19aef6fbf5d27fb8e665e580cc5ffc..b759eebd409ea04601cc369e4bea0f4292379a51 100644 (file)
@@ -1,12 +1,15 @@
 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D
 
-// File:               GeomAlgoAPI_swig.h
+// File:    GeomAlgoAPI_swig.h
 // Created: Dec 15, 2015
 // Author:  Sergey POKHODENKO
+// Modified by Clarisse Genrault (CEA) : 24 Nov 2016
 
 #ifndef SRC_GEOMALGOAPI_GEOMALGOAPI_SWIG_H_
 #define SRC_GEOMALGOAPI_GEOMALGOAPI_SWIG_H_
 
+  #include <GeomAPI_swig.h>
+
   #include "GeomAlgoAPI.h"
   #include "GeomAlgoAPI_MakeShape.h"
   #include "GeomAlgoAPI_Boolean.h"
   #include "GeomAlgoAPI_Transform.h"
   #include "GeomAlgoAPI_PaveFiller.h"
   #include "GeomAlgoAPI_Intersection.h"
+  #include "GeomAlgoAPI_Pipe.h"
+  #include "GeomAlgoAPI_WireBuilder.h"
+  #include "GeomAlgoAPI_Sewing.h"
+  #include "GeomAlgoAPI_ShapeBuilder.h"
+  #include "GeomAlgoAPI_Exception.h"
+  #include "GeomAlgoAPI_ShapeAPI.h"
+  #include "GeomAlgoAPI_Box.h"
+  #include "GeomAlgoAPI_ConeSegment.h"
+  #include "GeomAlgoAPI_Copy.h"
+  #include "GeomAlgoAPI_Symmetry.h"
 
   #include <memory>
   #include <string>