Skip to Content.
Sympa Menu

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

Subject: CGAL users discussion list

List archive

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


Chronological Thread 
  • From: Manuel Caroli <>
  • To:
  • Subject: Re: [cgal-discuss] From vertex pointers to vertex handles?
  • Date: Sun, 22 Mar 2009 21:22:02 +0100

Hi Tom,

I'm not sure I understand your problem well but I don't see a direct solution here. Why don't you work with pointers to Vertex_handles or directly with Vertex_handles?
Maybe it would be helpful if you could post some pieces of code to clarify.

Manuel


Tom Kazimiers wrote:
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