From 1cc1ad05a2cfdf57ad521fd4f11cb1681299be7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Fri, 6 Jul 2012 12:14:19 +0000 Subject: [PATCH] Updated docu for garbage collection git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@615 fdac6126-5c0c-442c-9429-916003d36597 --- Doc/Concepts/MeshKernel.hh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Doc/Concepts/MeshKernel.hh b/Doc/Concepts/MeshKernel.hh index 66dc98d6..83266104 100644 --- a/Doc/Concepts/MeshKernel.hh +++ b/Doc/Concepts/MeshKernel.hh @@ -178,6 +178,9 @@ public: void clear(); /** Remove all items that are marked as deleted from the corresponding containers. + \note All handles (and indices) to any entity (face, vertex, + edge, halfedge) created before garbage collection + will be out of sync with the mesh, do not use them anymore! \note Needs the Attributes::Status attribute \note This function may not be implemented for all kernels. */