X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FSMESHDS%2FSMESHDS_SubMesh.hxx;h=e42893368df246217ae2be7c22b3373a736ae6de;hb=be3fad74946906685e1fbc2c4dfaa77de3966dfb;hp=bc0ccce2a92ddce1f28bbfe2a991e6dd1d9a69dc;hpb=f705b9c3542d0dc04cc3ec1f056575a178a0aadf;p=modules%2Fsmesh.git diff --git a/src/SMESHDS/SMESHDS_SubMesh.hxx b/src/SMESHDS/SMESHDS_SubMesh.hxx index bc0ccce2a..e42893368 100644 --- a/src/SMESHDS/SMESHDS_SubMesh.hxx +++ b/src/SMESHDS/SMESHDS_SubMesh.hxx @@ -62,6 +62,9 @@ class SMESHDS_EXPORT SMESHDS_SubMesh SMDS_NodeIteratorPtr GetNodes() const; bool Contains(const SMDS_MeshElement * ME) const; // check if elem or node is in + // clear the contents + void Clear(); + private: //const SMDS_Mesh * myMesh; std::set myElements;