X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FBuildAPI%2FBuildAPI.i;h=d35ff96a773d2634618aa25fdf5b0c464805aa58;hb=c2940ebb2ca8e823f1b06366f8b64ae440d3abb4;hp=7745dc9e09d74cefc411467f7adaa550f6c703d2;hpb=c56ac5b45f7a4c27c7cc4ca065d60c21fe1aa537;p=modules%2Fshaper.git diff --git a/src/BuildAPI/BuildAPI.i b/src/BuildAPI/BuildAPI.i index 7745dc9e0..d35ff96a7 100644 --- a/src/BuildAPI/BuildAPI.i +++ b/src/BuildAPI/BuildAPI.i @@ -1,3 +1,22 @@ +// Copyright (C) 2014-2021 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 +// + /* FeaturesAPI.i */ %module BuildAPI @@ -19,9 +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"