X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHEXABLOCK%2FHexKas_functions.hxx;h=84f57ecdbec00757dfd9ada2f98001f36cc76f3e;hb=6100168b28f7fe487a360409ef4f8e7c38df4450;hp=42bb1f0ce60dd9c94939c18d579429b4c530c731;hpb=6b02c4b9784848b0a660e0e54f88447af8433c50;p=modules%2Fhexablock.git diff --git a/src/HEXABLOCK/HexKas_functions.hxx b/src/HEXABLOCK/HexKas_functions.hxx index 42bb1f0..84f57ec 100755 --- 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-2012 CEA/DEN, EDF R&D +// Copyright (C) 2009-2013 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 @@ -29,21 +29,21 @@ class gp_Pnt; BEGIN_NAMESPACE_HEXA -int geom_create_cylcyl (double* borig, double* bnorm, double* bbase, +int HexaExport geom_create_cylcyl (double* borig, double* bnorm, double* bbase, double bray, double bhaut, double* sorig, double* snorm, double* sbase, double sray, double shaut); -int geom_asso_cylcyl (Edge* edge); +int HexaExport geom_asso_cylcyl (Edge* edge); -bool same_coords (gp_Pnt& pa, gp_Pnt& pb, double epsil2=1e-6); -void save_brep (cpchar nom, string brep, int& nro); -void clean_brep (string& brep); +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 geom_make_brep (TopoDS_Shape& shape, string& brep); -int geom_brep2point (rcstring brep, double& px, double& py, double& pz); -int geom_brep2shape (rcstring brep, TopoDS_Shape& shape); +void HexaExport geom_make_brep (TopoDS_Shape& shape, string& brep); +int HexaExport geom_brep2point (rcstring brep, double& px, double& py, double& pz); +int HexaExport geom_brep2shape (rcstring brep, TopoDS_Shape& shape); -TopoDS_Shape geom_brep2shape (rcstring brep); +TopoDS_Shape HexaExport geom_brep2shape (rcstring brep); END_NAMESPACE_HEXA #endif