X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FGeomAlgoAPI%2FGeomAlgoAPI.i;h=f2076869f927d0f9ab971aaf053d2a104d36d0cd;hb=09365c927ebe8d881de2eda7f96bc33a2d9511c8;hp=d1c014e1b6d0783a541d7fc46f32425296787b87;hpb=c4eab94a20a0d93100549a210582d46409fec1cc;p=modules%2Fshaper.git diff --git a/src/GeomAlgoAPI/GeomAlgoAPI.i b/src/GeomAlgoAPI/GeomAlgoAPI.i index d1c014e1b..f2076869f 100644 --- a/src/GeomAlgoAPI/GeomAlgoAPI.i +++ b/src/GeomAlgoAPI/GeomAlgoAPI.i @@ -57,6 +57,7 @@ %shared_ptr(GeomAlgoAPI_ConeSegment) %shared_ptr(GeomAlgoAPI_Copy) %shared_ptr(GeomAlgoAPI_Symmetry) +%shared_ptr(GeomAlgoAPI_MapShapesAndAncestors) // all supported interfaces %include "GeomAlgoAPI_MakeShape.h" @@ -97,6 +98,7 @@ %include "GeomAlgoAPI_Copy.h" %include "GeomAlgoAPI_Symmetry.h" %include "GeomAlgoAPI_Box.h" +%include "GeomAlgoAPI_MapShapesAndAncestors.h" %typemap(out) std::list< std::shared_ptr< GeomAPI_Shape > >::value_type & { $result = SWIG_NewPointerObj(SWIG_as_voidptr(new std::shared_ptr(*$1)), $descriptor(std::shared_ptr *), SWIG_POINTER_OWN | 0 );