X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAPI%2FGeomAPI.i;h=c6002ccc9fb71e956b00c8c80cde50c5f2f7684c;hb=9fadaebe6d57d0836c7997ee60eb4cfdb67e2ffb;hp=b367e4333d258c2969672548e737c84816791ed7;hpb=cacdf9c1e4b42af09db1aa302897a3188b77e0b0;p=modules%2Fshaper.git diff --git a/src/GeomAPI/GeomAPI.i b/src/GeomAPI/GeomAPI.i index b367e4333..c6002ccc9 100644 --- a/src/GeomAPI/GeomAPI.i +++ b/src/GeomAPI/GeomAPI.i @@ -1,3 +1,23 @@ +// Copyright (C) 2014-2017 CEA/DEN, EDF R&D +// +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; either +// version 2.1 of the License, or (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// 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 +// + /* GeomAPI.i */ %module GeomAPI %{ @@ -37,10 +57,12 @@ %shared_ptr(GeomAPI_Pnt2d) %shared_ptr(GeomAPI_Shape) %shared_ptr(GeomAPI_ShapeExplorer) +%shared_ptr(GeomAPI_ShapeIterator) %shared_ptr(GeomAPI_Vertex) %shared_ptr(GeomAPI_XY) %shared_ptr(GeomAPI_XYZ) %shared_ptr(GeomAPI_Trsf) +%shared_ptr(GeomAPI_Wire) // all supported interfaces @@ -68,7 +90,9 @@ %include "GeomAPI_Pnt.h" %include "GeomAPI_Pnt2d.h" %include "GeomAPI_ShapeExplorer.h" +%include "GeomAPI_ShapeIterator.h" %include "GeomAPI_Vertex.h" %include "GeomAPI_XY.h" %include "GeomAPI_XYZ.h" %include "GeomAPI_Trsf.h" +%include "GeomAPI_Wire.h"