X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FBuildAPI%2FBuildAPI.i;h=50fb39f331deebb954922cf9724c5a52ff342978;hb=06e0481de591cbe47b8aa35a265d66bbd28cf8f2;hp=5156e2742d75a0a89d42f7b1b4ce5a4aba922cf7;hpb=7074394f8f08413d885f63be01df6bd5007b868c;p=modules%2Fshaper.git diff --git a/src/BuildAPI/BuildAPI.i b/src/BuildAPI/BuildAPI.i index 5156e2742..50fb39f33 100644 --- a/src/BuildAPI/BuildAPI.i +++ b/src/BuildAPI/BuildAPI.i @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2017 CEA/DEN, EDF R&D +// Copyright (C) 2014-2019 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 @@ -12,10 +12,9 @@ // // 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 +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // -// See http://www.salome-platform.org/ or -// email : webmaster.salome@opencascade.com +// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // /* FeaturesAPI.i */ @@ -39,17 +38,29 @@ %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"