X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPrimitivesAPI%2FPrimitivesAPI.i;h=f910ffefba1665ccc3fab425d164ccd1b9b58dd7;hb=8d04b5f4360b23cf376beff9c5e7c12d0e6a5f1e;hp=d708a40cdb3fb03ba69749d71af49bae15240996;hpb=37d3df3f82d632f471935a042292d5ead9e4a2f9;p=modules%2Fshaper.git diff --git a/src/PrimitivesAPI/PrimitivesAPI.i b/src/PrimitivesAPI/PrimitivesAPI.i index d708a40cd..f910ffefb 100644 --- a/src/PrimitivesAPI/PrimitivesAPI.i +++ b/src/PrimitivesAPI/PrimitivesAPI.i @@ -1,3 +1,22 @@ +// 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 +// 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 +// + /* PrimitivesAPI.i */ %module PrimitivesAPI @@ -20,10 +39,14 @@ // shared pointers %shared_ptr(PrimitivesAPI_Box) +%shared_ptr(PrimitivesAPI_Cone) %shared_ptr(PrimitivesAPI_Cylinder) %shared_ptr(PrimitivesAPI_Sphere) +%shared_ptr(PrimitivesAPI_Torus) // all supported interfaces %include "PrimitivesAPI_Box.h" +%include "PrimitivesAPI_Cone.h" %include "PrimitivesAPI_Cylinder.h" %include "PrimitivesAPI_Sphere.h" +%include "PrimitivesAPI_Torus.h"