Salome HOME
IPAL52716: Meshing with Viscous Layers fails
[modules/smesh.git] / src / SMESH / SMESH_MesherHelper.hxx
index 8c598fb62ffeecdb5b0bd14619d60fa9f422ad15..a8d7a8e64ecc17e4701a8ab50ae9d05bce8c906d 100644 (file)
@@ -201,11 +201,12 @@ class SMESH_EXPORT SMESH_MesherHelper
                          const SMESH_Mesh&   mesh,
                          TopAbs_ShapeEnum    ancestorType=TopAbs_SHAPE);
   /*!
-   * \brief Return iterator on ancestors of the given type
+   * \brief Return iterator on ancestors of the given type, included into a container shape
    */
   static PShapeIteratorPtr GetAncestors(const TopoDS_Shape& shape,
                                         const SMESH_Mesh&   mesh,
-                                        TopAbs_ShapeEnum    ancestorType);
+                                        TopAbs_ShapeEnum    ancestorType,
+                                        const TopoDS_Shape* container = 0);
   /*!
    * \brief Find a common ancestor, of the given type, of two shapes
    */