From: rnv Date: Mon, 3 Dec 2018 16:08:11 +0000 (+0300) Subject: Windows compatibility. X-Git-Tag: V9_3_0a1~36 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=7f7311ca93ea4a904e58921862422519652510a3;p=modules%2Fsmesh.git Windows compatibility. --- diff --git a/src/SMESHUtils/SMESH_MeshAlgos.hxx b/src/SMESHUtils/SMESH_MeshAlgos.hxx index 4d9fba8d9..6a507f1b1 100644 --- a/src/SMESHUtils/SMESH_MeshAlgos.hxx +++ b/src/SMESHUtils/SMESH_MeshAlgos.hxx @@ -258,6 +258,7 @@ namespace SMESH_MeshAlgos * Return sharp edges of faces and non-manifold ones. * Optionally adds existing edges to the result. Angle is in degrees. */ + SMESHUtils_EXPORT std::vector< Edge > FindSharpEdges( SMDS_Mesh* mesh, double angle, bool addExisting ); @@ -265,6 +266,7 @@ namespace SMESH_MeshAlgos /*! * Distribute all faces of the mesh between groups using given edges. */ + SMESHUtils_EXPORT std::vector< std::vector< const SMDS_MeshElement* > > SeparateFacesByEdges( SMDS_Mesh* mesh, const std::vector< Edge >& edges );