Salome HOME
0022216: EDF 2613 SMESH: Projection 1D with multi-dimensional algo (Netgen 1D-2D...
[modules/smesh.git] / src / SMESH / SMESH_Mesh.hxx
index 06c4e78023904dd298c3acce8aa478ea35e38d3e..e329e031336add63684b14a373634b4e1dea226b 100644 (file)
@@ -144,8 +144,9 @@ public:
   
   int GetHypotheses(const TopoDS_Shape &                     aSubShape,
                     const SMESH_HypoFilter&                  aFilter,
-                    std::list <const SMESHDS_Hypothesis * >& aHypList,
-                    const bool                               andAncestors) const;
+                    std::list< const SMESHDS_Hypothesis * >& aHypList,
+                    const bool                               andAncestors,
+                    std::list< TopoDS_Shape > *              assignedTo=0) const;
 
   const std::list<SMESHDS_Command*> & GetLog() throw(SALOME_Exception);