From: eap Date: Mon, 7 Nov 2005 14:34:13 +0000 (+0000) Subject: PAL10158. Add clearMesh() X-Git-Tag: V3_1_0a3~22 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=b99281785418b27fd87472f97840a888b7c78437 PAL10158. Add clearMesh() --- diff --git a/src/SMESH/SMESH_Pattern.hxx b/src/SMESH/SMESH_Pattern.hxx index 373d2ef25..cc0bd159a 100644 --- a/src/SMESH/SMESH_Pattern.hxx +++ b/src/SMESH/SMESH_Pattern.hxx @@ -301,7 +301,10 @@ class SMESH_Pattern { const std::list< int >& theIdsList) const; // check xyz ids order in theIdsList taking into account // theFirstNode on a link - + + void clearMesh(SMESH_Mesh* theMesh) const; + // clear mesh elements existing on myShape in theMesh + private: // fields