From: eap Date: Thu, 16 May 2013 16:46:57 +0000 (+0000) Subject: + void ClearLastCreated() throw (SALOME::SALOME_Exception); X-Git-Tag: V7_3_0a1~456 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=143bb6d8a6e9802f6fb6228ced3a655d278fa888;ds=sidebyside + void ClearLastCreated() throw (SALOME::SALOME_Exception); --- diff --git a/src/SMESH_I/SMESH_MeshEditor_i.hxx b/src/SMESH_I/SMESH_MeshEditor_i.hxx index e53011e77..399fe708e 100644 --- a/src/SMESH_I/SMESH_MeshEditor_i.hxx +++ b/src/SMESH_I/SMESH_MeshEditor_i.hxx @@ -74,6 +74,10 @@ public: * not created - returns an empty list */ SMESH::long_array* GetLastCreatedElems() throw (SALOME::SALOME_Exception); + /*! + * \brief Clears sequences of last created elements and nodes + */ + void ClearLastCreated() throw (SALOME::SALOME_Exception); /*! * \brief Returns description of an error/warning occured during the last operation */