X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHEXABLOCK%2FHexNewShape.hxx;h=86eb1f806070c0961bb6c00ba4f993925c5311e6;hb=76a04c833d6dbc5affe2455f372fb625050f5746;hp=db3e3609cf4a94887c614f4d30613f2cdbf44325;hpb=08ab7c7a3b22c15bc3e0869d3c2916261c3cfa9f;p=modules%2Fhexablock.git diff --git a/src/HEXABLOCK/HexNewShape.hxx b/src/HEXABLOCK/HexNewShape.hxx index db3e360..86eb1f8 100644 --- a/src/HEXABLOCK/HexNewShape.hxx +++ b/src/HEXABLOCK/HexNewShape.hxx @@ -1,6 +1,25 @@ // class : Gestion des formes associees (Hexa 5) +// Copyright (C) 2009-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 +// + #ifndef __NEW_SHAPE_H_ #define __NEW_SHAPE_H_ @@ -84,7 +103,7 @@ private : // ________________________________________________________ TopoDS_Shape geo_shape; EnumShape sh_origin; - string geo_brep; + std::string geo_brep; bool brep_defined, shape_defined; TopTools_IndexedMapOfShape map_shape;