From 301b020b3ddad65c8fbb3004e9fe5ed9c5b953a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Thu, 27 Sep 2012 10:23:42 +0000 Subject: [PATCH] Added new clean function removing only primitives git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@707 fdac6126-5c0c-442c-9429-916003d36597 --- Doc/Concepts/MeshKernel.hh | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Doc/Concepts/MeshKernel.hh b/Doc/Concepts/MeshKernel.hh index 3d126ba1..b8fb886b 100644 --- a/Doc/Concepts/MeshKernel.hh +++ b/Doc/Concepts/MeshKernel.hh @@ -174,8 +174,16 @@ public: /// \name Delete items //@{ - /// Delete all items, i.e. clear all item containers. + /** Delete all items, i.e. clear all item containers. + * The properties will also be removed from the mesh + */ void clear(); + + /** Delete all items, i.e. clear all item containers. + * The properties will be kept + */ + void clean(); + /** Remove all items that are marked as deleted from the corresponding containers. \note All handles (and indices) to any entity (face, vertex,