Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Alpha_Shape / Triangulation: from a vertex handle to a vertex iterator

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Alpha_Shape / Triangulation: from a vertex handle to a vertex iterator


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Alpha_Shape / Triangulation: from a vertex handle to a vertex iterator
  • Date: Thu, 03 Nov 2011 18:36:31 +0100

Asher Kamiraze wrote:
Hi all,

I am currently working with alpha shape and I would like to know if there is a way to build / retrieve a vertex iterator from a vertex handle (or a vertex handle from a vertex iterator).
The two types are the same.


I have attached info to my vertices, but now, working with vertex handles, I do not know how to retrieve them...

use it as a pointer over a vertex:

Vertex_handle vh;
vh->info();

Sebastien.


Hope you could help

Regards,

Asher




Archive powered by MHonArc 2.6.16.

Top of Page