Salome HOME
Add PartSetAPI
[modules/shaper.git] / src / PartSetAPI / PartSetAPI.i
diff --git a/src/PartSetAPI/PartSetAPI.i b/src/PartSetAPI/PartSetAPI.i
new file mode 100644 (file)
index 0000000..748fdf0
--- /dev/null
@@ -0,0 +1,25 @@
+/* PartSetAPI.i */
+
+%module PartSetAPI
+
+%{
+  #include "PartSetAPI_swig.h"
+%}
+
+%include "doxyhelp.i"
+
+// import other modules
+%import "ModelHighAPI.i"
+
+// to avoid error on this
+#define PARTSETAPI_EXPORT
+
+// standard definitions
+%include "typemaps.i"
+%include "std_shared_ptr.i"
+
+// shared pointers
+%shared_ptr(PartSetAPI_Part)
+
+// all supported interfaces
+%include "PartSetAPI_Part.h"