Salome HOME
23462: [CEA 2142] Import12D fails
[modules/smesh.git] / src / Controls / SMESH_ControlsDef.hxx
index cd39ab3d95d820f98bc0a86e633d3821d8a50607..74a4a263d270b1d0efb9f25506e7ccab49fe0bbe 100644 (file)
@@ -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: