Salome HOME
0021208: Performance issue when loading SMESH with an hdf file containing a big mesh
[modules/smesh.git] / src / StdMeshers / StdMeshers_ProjectionUtils.hxx
index bba1c77d93ef60e0f0724aa8c817813664dae10e..225a5fc47cc942f169b4045f99d27fed0b16a15b 100644 (file)
@@ -197,11 +197,10 @@ class StdMeshers_ProjectionUtils
                                SMESH_Mesh*    srcMesh);
 
   /*!
-   * \brief Return true if edge is a boundary of edgeContainer
+   * \brief Return a boundary EDGE of edgeContainer
    */
-  static bool IsBoundaryEdge(const TopoDS_Edge&  edge,
-                             const TopoDS_Shape& edgeContainer,
-                             SMESH_Mesh&         mesh);
+  static TopoDS_Edge GetBoundaryEdge(const TopoDS_Shape& edgeContainer,
+                                     const SMESH_Mesh&   mesh);
 };
 
 #endif