mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-24 16:30:34 +05:00
PAL7933. Add static IsApplicableHypothesis()
This commit is contained in:
parent
5ed9406302
commit
45e910e8aa
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user