X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAPI%2FGeomAPI.i;h=3e108a2592c03b5d92f5cdb56e1cd52486e45fad;hb=a53116c67c13bc49fc54ffc190a6960612bd515c;hp=71535409c7682926e42f88d31f9d76678d22abb5;hpb=50a8df0c6a66da8067b16155e5ae39f8f26a7ebc;p=modules%2Fshaper.git diff --git a/src/GeomAPI/GeomAPI.i b/src/GeomAPI/GeomAPI.i index 71535409c..3e108a259 100644 --- a/src/GeomAPI/GeomAPI.i +++ b/src/GeomAPI/GeomAPI.i @@ -76,6 +76,7 @@ %shared_ptr(GeomAPI_Trsf) %shared_ptr(GeomAPI_Vertex) %shared_ptr(GeomAPI_Wire) +%shared_ptr(GeomAPI_WireExplorer) %shared_ptr(GeomAPI_XY) %shared_ptr(GeomAPI_XYZ) @@ -160,6 +161,7 @@ template std::shared_ptr shared_ptr_cast(std::shared_ptr %include "GeomAPI_Trsf.h" %include "GeomAPI_Vertex.h" %include "GeomAPI_Wire.h" +%include "GeomAPI_WireExplorer.h" %include "GeomAPI_XY.h" %include "GeomAPI_XYZ.h" @@ -167,6 +169,7 @@ template std::shared_ptr shared_ptr_cast(std::shared_ptr %template(PointList) std::list >; %template(ShapeList) std::list >; // std::set -> [] +%template(CurveSet) std::set, GeomAPI_Curve::Comparator>; %template(ShapeSet) std::set, GeomAPI_Shape::Comparator>; %template(OriShapeSet) std::set, GeomAPI_Shape::ComparatorWithOri>; // std::map -> {}