X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHEXABLOCK%2FHexKas_functions.hxx;h=0004bdb4afb0e6d674dd1e09356de961a8ee890b;hb=adb442a5eab50efa5b332898f1f622bea778add9;hp=711c7fe5150e2004b69cecda9433c4f3a689f94c;hpb=9e17eedef4be735106e6d2ea4bb51e3ce116d0e3;p=modules%2Fhexablock.git diff --git a/src/HEXABLOCK/HexKas_functions.hxx b/src/HEXABLOCK/HexKas_functions.hxx old mode 100755 new mode 100644 index 711c7fe..0004bdb --- a/src/HEXABLOCK/HexKas_functions.hxx +++ b/src/HEXABLOCK/HexKas_functions.hxx @@ -1,7 +1,7 @@ // // CC++ : Representation Cascade d'un point // -// Copyright (C) 2009-2015 CEA/DEN, EDF R&D +// 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 @@ -36,10 +36,10 @@ int HexaExport geom_create_cylcyl (double* borig, double* bnorm, double* bbase, int HexaExport geom_asso_cylcyl (Edge* edge); bool HexaExport same_coords (gp_Pnt& pa, gp_Pnt& pb, double epsil2=1e-6); -void HexaExport save_brep (cpchar nom, string brep, int& nro); -void HexaExport clean_brep (string& brep); +void HexaExport save_brep (cpchar nom, std::string brep, int& nro); +void HexaExport clean_brep (std::string& brep); -void HexaExport geom_make_brep (TopoDS_Shape& shape, string& brep); +void HexaExport geom_make_brep (TopoDS_Shape& shape, std::string& brep); int HexaExport geom_brep2point (rcstring brep, double& px, double& py, double& pz); int HexaExport geom_brep2shape (rcstring brep, TopoDS_Shape& shape);