Salome HOME
23221: EDF - all edges are not meshed
[modules/smesh.git] / src / SMESH / SMESH_subMesh.hxx
index 24152268d2cf593e54c4cb9c5bba92b2ca39553b..8f9f83c2c7980fb6da7e67200215ba33e22b0155 100644 (file)
@@ -281,7 +281,9 @@ public:
 
 protected:
   // ==================================================================
-  void insertDependence(const TopoDS_Shape aShape, TopAbs_ShapeEnum aSubType );
+  void insertDependence(const TopoDS_Shape aShape,
+                        TopAbs_ShapeEnum   aSubType,
+                        TopAbs_ShapeEnum   avoidType=TopAbs_SHAPE);
 
   void removeSubMeshElementsAndNodes();
   void updateDependantsState(const compute_event theEvent);