Salome HOME
Issue #1865 : initial implementation of fields results and high level API
[modules/shaper.git] / src / CollectionAPI / CollectionAPI.i
index 0fbf143e00f6014bddcfe5260af0297efc7b3f6d..6bdd141e20a64c2f6dc875f801a000a9a02a8679 100644 (file)
@@ -10,6 +10,7 @@
 
   #include "CollectionAPI.h"
   #include "CollectionAPI_Group.h"
+  #include "CollectionAPI_Field.h"
 
 #endif // CollectionAPI_swig_H_
 %}
@@ -28,6 +29,8 @@
 
 // shared pointers
 %shared_ptr(CollectionAPI_Group)
+%shared_ptr(CollectionAPI_Field)
 
 // all supported interfaces
 %include "CollectionAPI_Group.h"
+%include "CollectionAPI_Field.h"