From dd1ff3061ff3bf8a4ba95752b0450a6eb678f785 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Wed, 4 Apr 2012 07:42:59 +0000 Subject: [PATCH] Updated collapse documentation git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@569 fdac6126-5c0c-442c-9429-916003d36597 --- src/OpenMesh/Core/Mesh/PolyConnectivity.hh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/OpenMesh/Core/Mesh/PolyConnectivity.hh b/src/OpenMesh/Core/Mesh/PolyConnectivity.hh index 757ad491..f7e0f64d 100644 --- a/src/OpenMesh/Core/Mesh/PolyConnectivity.hh +++ b/src/OpenMesh/Core/Mesh/PolyConnectivity.hh @@ -611,12 +611,13 @@ public: \attention Needs vertex/edge/face status attribute in order to delete the items that degenerate. + \note The from vertex is marked as deleted while the to vertex will still exist. + \note This function does not perform a garbage collection. It only marks degenerate items as deleted. \attention A halfedge collapse may lead to topological inconsistencies. Therefore you should check this using is_collapse_ok(). - \todo Implement is_collapse_ok() const for polygonal/triangle meshes */ void collapse(HalfedgeHandle _heh); /** return true if the this the only link between the faces adjacent to _eh.