Salome HOME
PAL7933. Add static IsApplicableHypothesis()
authoreap <eap@opencascade.com>
Fri, 4 Feb 2005 10:34:55 +0000 (10:34 +0000)
committereap <eap@opencascade.com>
Fri, 4 Feb 2005 10:34:55 +0000 (10:34 +0000)
src/SMESH/SMESH_subMesh.hxx

index 07909232de3d44fb25a16042405e4dd0afe275fe..8251c6b940a3918ab772e171eb675237c9e2e9d4 100644 (file)
@@ -121,7 +121,11 @@ class SMESH_subMesh
   // return true if theHypothesis can be attached to me:
   // its dimention is checked
 
-  bool IsApplicableHypotesis(const SMESH_Hypothesis* theHypothesis) const;
+  static bool IsApplicableHypotesis(const SMESH_Hypothesis* theHypothesis,
+                                    const TopAbs_ShapeEnum  theShapeType);
+
+  bool IsApplicableHypotesis(const SMESH_Hypothesis* theHypothesis) const
+  { return IsApplicableHypotesis( theHypothesis, _subShape.ShapeType() ); }
   // return true if theHypothesis can be used to mesh me:
   // its shape type is checked