Salome HOME
Revert "CEA : Lot2 - Normal to a face"
[modules/shaper.git] / src / CollectionAPI / CollectionAPI.i
index a4fbd35ec080e0d1db14dd9fd14165509644f886..9bfa88e2f110fdf6de65b1cf223e5b6b3b5f0eca 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2019  CEA/DEN, EDF R&D
+// Copyright (C) 2014-2021  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
   #include "CollectionAPI.h"
   #include "CollectionAPI_Group.h"
   #include "CollectionAPI_GroupAddition.h"
+  #include "CollectionAPI_GroupShape.h"
   #include "CollectionAPI_GroupIntersection.h"
+  #include "CollectionAPI_GroupSubstraction.h"
   #include "CollectionAPI_Field.h"
 
 #endif // CollectionAPI_swig_H_
-%}
-
-%{
-  #include "ModelHighAPI_swig.h"
 
   // fix for SWIG v2.0.4
   #define SWIGPY_SLICE_ARG(obj) ((PyObject*)(obj))
 // shared pointers
 %shared_ptr(CollectionAPI_Group)
 %shared_ptr(CollectionAPI_GroupAddition)
+%shared_ptr(CollectionAPI_GroupShape)
 %shared_ptr(CollectionAPI_GroupIntersection)
+%shared_ptr(CollectionAPI_GroupSubstraction)
 %shared_ptr(CollectionAPI_Field)
 
 // all supported interfaces
 %include "CollectionAPI_Group.h"
 %include "CollectionAPI_GroupAddition.h"
+%include "CollectionAPI_GroupShape.h"
 %include "CollectionAPI_GroupIntersection.h"
+%include "CollectionAPI_GroupSubstraction.h"
 %include "CollectionAPI_Field.h"