X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FCollectionAPI%2FCollectionAPI.i;h=9bfa88e2f110fdf6de65b1cf223e5b6b3b5f0eca;hb=98ac3fe4aa897d878ee3ef2bf2ab3a238a8c5977;hp=a4fbd35ec080e0d1db14dd9fd14165509644f886;hpb=a03154b7e20e00019312382750069c1c2617199d;p=modules%2Fshaper.git diff --git a/src/CollectionAPI/CollectionAPI.i b/src/CollectionAPI/CollectionAPI.i index a4fbd35ec..9bfa88e2f 100644 --- a/src/CollectionAPI/CollectionAPI.i +++ b/src/CollectionAPI/CollectionAPI.i @@ -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 @@ -30,14 +30,12 @@ #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)) @@ -69,11 +67,15 @@ // 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"