X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROPy%2FHYDROData_IPolyline.sip;h=cb455acd1a629d72370d2cca3c2fdc90728d3332;hb=3a1dd3f29ff9b985b0aa2366a2afd5724286cb6e;hp=ca0a630ca4f992213c2867b0fd31fb761c23b5f6;hpb=24162d17496a2e052a734444e0d234d4944fdd6e;p=modules%2Fhydro.git diff --git a/src/HYDROPy/HYDROData_IPolyline.sip b/src/HYDROPy/HYDROData_IPolyline.sip index ca0a630c..cb455acd 100644 --- a/src/HYDROPy/HYDROData_IPolyline.sip +++ b/src/HYDROPy/HYDROData_IPolyline.sip @@ -1,12 +1,8 @@ -// Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE -// -// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, -// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS -// +// Copyright (C) 2014-2015 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. +// 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 @@ -24,15 +20,15 @@ #include %End -class HYDROData_IPolyline : HYDROData_Entity /Abstract/ +class HYDROData_IPolyline : public HYDROData_Entity /Abstract/ { +%TypeHeaderCode +#include +%End typedef gp_XY Point; typedef NCollection_Sequence PointsList; -%TypeHeaderCode -#include -%End %ConvertToSubClassCode switch ( sipCpp->GetKind() )