Salome HOME
Issue #2716: no check that subshapes of the same shape are used for common
[modules/shaper.git] / src / BuildAPI / BuildAPI.i
index 8f75acfceaaeafadaedf5580c33227516c11d3d1..dc38f1904192e267f6b0f7059123fb2cb37dd518 100644 (file)
@@ -14,7 +14,8 @@
 // License along with this library; if not, write to the Free Software
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 //
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com<mailto:webmaster.salome@opencascade.com>
+// See http://www.salome-platform.org/ or
+// email : webmaster.salome@opencascade.com<mailto:webmaster.salome@opencascade.com>
 //
 
 /* FeaturesAPI.i */
 %include "std_shared_ptr.i"
 
 // shared pointers
+%shared_ptr(BuildAPI_Compound)
+%shared_ptr(BuildAPI_CompSolid)
 %shared_ptr(BuildAPI_Edge)
 %shared_ptr(BuildAPI_Face)
+%shared_ptr(BuildAPI_Filling)
 %shared_ptr(BuildAPI_Shell)
+%shared_ptr(BuildAPI_Solid)
 %shared_ptr(BuildAPI_SubShapes)
 %shared_ptr(BuildAPI_Vertex)
 %shared_ptr(BuildAPI_Wire)
+%shared_ptr(BuildAPI_Polyline)
+%shared_ptr(BuildAPI_Interpolation)
 
 // all supported interfaces
+%include "BuildAPI_Compound.h"
+%include "BuildAPI_CompSolid.h"
 %include "BuildAPI_Edge.h"
 %include "BuildAPI_Face.h"
+%include "BuildAPI_Filling.h"
 %include "BuildAPI_Shell.h"
+%include "BuildAPI_Solid.h"
 %include "BuildAPI_SubShapes.h"
 %include "BuildAPI_Vertex.h"
 %include "BuildAPI_Wire.h"
+%include "BuildAPI_Polyline.h"
+%include "BuildAPI_Interpolation.h"