From dc58d3dff5469bd54b461784be02b97da837d77c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Thu, 22 Nov 2012 11:20:30 +0000 Subject: [PATCH] Small unittest to check the handles of a vertexohalfedge iterator git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@767 fdac6126-5c0c-442c-9429-916003d36597 --- src/Unittests/unittests_trimesh_circulators.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Unittests/unittests_trimesh_circulators.hh b/src/Unittests/unittests_trimesh_circulators.hh index 33db7b81..cbd096d5 100644 --- a/src/Unittests/unittests_trimesh_circulators.hh +++ b/src/Unittests/unittests_trimesh_circulators.hh @@ -637,7 +637,7 @@ TEST_F(OpenMeshCirculators, VertexOutgoingHalfedgeDereference) { // Iterate around vertex 1 at the middle (with holes in between) Mesh::VertexOHalfedgeIter voh_it = mesh_.voh_iter(vhandle[1]); - // TODO: If called + // TODO: If called without handle, it won't build Mesh::EdgeHandle eh = mesh_.edge_handle(voh_it.handle()); Mesh::HalfedgeHandle heh = mesh_.halfedge_handle(voh_it); Mesh::VertexHandle vh2 = mesh_.to_vertex_handle(voh_it);