X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FControls%2FSMESH_ControlsDef.hxx;fp=src%2FControls%2FSMESH_ControlsDef.hxx;h=74a4a263d270b1d0efb9f25506e7ccab49fe0bbe;hp=cd39ab3d95d820f98bc0a86e633d3821d8a50607;hb=4a591503f83eb00e13ddff5946e8a5ec51ccdbd5;hpb=4fa5fdbd44a9567a62142d6abd80f663165f3ba2 diff --git a/src/Controls/SMESH_ControlsDef.hxx b/src/Controls/SMESH_ControlsDef.hxx index cd39ab3d9..74a4a263d 100644 --- a/src/Controls/SMESH_ControlsDef.hxx +++ b/src/Controls/SMESH_ControlsDef.hxx @@ -902,6 +902,8 @@ namespace SMESH{ bool GetAllNodes() const { return myAllNodesFlag; } void SetShape (const TopoDS_Shape& theShape, const SMDSAbs_ElementType theType); + bool IsSatisfy (const SMDS_MeshElement* elem); + bool IsSatisfy (const SMDS_MeshNode* node, TopoDS_Shape* okShape=0); private: