Salome HOME
PAL7722. Add IsReversedInChain(). In BuildPropagationChain(), chains of edges with...
[modules/smesh.git] / src / SMESH / SMESH_Mesh.hxx
index 0ddd8398bf47afb3dd9451f2a5edc524cbce3e40..a28a67ea5eb7232056768eea7346c9584c2019ae 100644 (file)
@@ -196,6 +196,11 @@ public:
   // Returns through <theMainEdge> the edge, from
   // which the 1D hypothesis is propagated on <theEdge>
 
+  bool IsReversedInChain (const TopoDS_Shape& theEdge,
+                          const TopoDS_Shape& theMainEdge);
+  // Returns true if theEdge should be reversed to be
+  // co-directed with theMainEdge
+
   bool RebuildPropagationChains();
   bool RemovePropagationChain (const TopoDS_Shape& theMainEdge);
   bool BuildPropagationChain (const TopoDS_Shape& theMainEdge);