Salome HOME
IMP 22635: EDF 8345 - Creation of group based on groups
[modules/smesh.git] / src / SMESHDS / SMESHDS_Group.hxx
index 366f53aabd011bd717173e6270c0d143b373f557..08ff29bacfb0283d9988597f0006c48dda814272 100644 (file)
@@ -60,6 +60,8 @@ class SMESHDS_EXPORT SMESHDS_Group : public SMESHDS_GroupBase
 
   bool Add (const int theID);
 
+  bool Add (const SMDS_MeshElement* theElem );
+
   bool Remove (const int theID);
 
   void Clear();