Salome HOME
NPAL16716. Compound: To create the groups of initial meshes.
[modules/smesh.git] / src / SMESHDS / SMESHDS_GroupBase.hxx
index 7e2d521e0dec5b54cd6ae8b2ff06b2c121ab45f3..dc4714e8af1d3f03ee23b796ab89242f008ed67d 100644 (file)
@@ -63,6 +63,8 @@ class SMESHDS_EXPORT SMESHDS_GroupBase
 
   virtual bool Contains (const int theID);
 
+  virtual bool Contains (const SMDS_MeshElement* elem);
+
   virtual SMDS_ElemIteratorPtr GetElements() = 0;
 
   int GetID (const int theIndex);