Salome HOME
Windows compatibility.
authorrnv <rnv@opencascade.com>
Mon, 3 Dec 2018 16:08:11 +0000 (19:08 +0300)
committerrnv <rnv@opencascade.com>
Mon, 3 Dec 2018 16:08:11 +0000 (19:08 +0300)
src/SMESHUtils/SMESH_MeshAlgos.hxx

index 4d9fba8d97a378210c98cd4e82aa9a86004db363..6a507f1b1d6fa67604d5b1cea4bde94a93693e0f 100644 (file)
@@ -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 );