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
This commit is contained in:
Jan Möbius
2012-11-22 11:20:30 +00:00
parent 5569c8d27e
commit dc58d3dff5

View File

@@ -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);