]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/CollectionAPI/CollectionAPI.i
Salome HOME
updated copyright message
[modules/shaper.git] / src / CollectionAPI / CollectionAPI.i
index 552a33d3d64f1089ba22a94b1763f353cfbcc815..1a535fb74e2ba3c480a5f98799a1ed5e7456461c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2019  CEA/DEN, EDF R&D
+// Copyright (C) 2014-2023  CEA, EDF
 //
 // 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 v4.1.1
+#if PY_VERSION_HEX >= 0x03020000
+# define SWIGPY_SLICEOBJECT PyObject
+#else
+# define SWIGPY_SLICEOBJECT PySliceObject
+#endif
 
-  // fix for SWIG v2.0.4
-  #define SWIGPY_SLICE_ARG(obj) ((PyObject*)(obj))
+// fix for SWIG v2.0.4
+#define SWIGPY_SLICE_ARG(obj)   ((SWIGPY_SLICEOBJECT*)(obj))
 %}
 
 %include "doxyhelp.i"
@@ -70,6 +74,7 @@
 // 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)
@@ -77,6 +82,7 @@
 // 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"