X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESHDS%2FSMESHDS_Group.hxx;h=08ff29bacfb0283d9988597f0006c48dda814272;hb=8297100f3672d89ff864961311a8738eb46d980d;hp=366f53aabd011bd717173e6270c0d143b373f557;hpb=251f8c052dd12dd29922210dc901b295fe999a0e;p=modules%2Fsmesh.git diff --git a/src/SMESHDS/SMESHDS_Group.hxx b/src/SMESHDS/SMESHDS_Group.hxx index 366f53aab..08ff29bac 100644 --- a/src/SMESHDS/SMESHDS_Group.hxx +++ b/src/SMESHDS/SMESHDS_Group.hxx @@ -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();