Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] From vertex pointers to vertex handles?

Subject: CGAL users discussion list

List archive

[cgal-discuss] From vertex pointers to vertex handles?


Chronological Thread 
  • From: Tom Kazimiers <>
  • To:
  • Subject: [cgal-discuss] From vertex pointers to vertex handles?
  • Date: Sun, 22 Mar 2009 13:33:29 +0100

Hi,

like in the triangulation example "adding handles" I have my own data
structure as vertex for constrained 2D delaunay triangulations.
This works pretty good and I have only one problem: Most of the time I
deal with pointers to my vertices in the triangulation.
If I now want to call a method on the mesh like incident_vertices (
Vertex_handle v) I have to get a vertex_handle out of the pointer to the
vertex.

Is there a way to do this?

Thanks in advance,
Tom



Archive powered by MHonArc 2.6.16.

Top of Page