Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] how to get all nearest vertices of a vertex of delaunay

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] how to get all nearest vertices of a vertex of delaunay


Chronological Thread 
  • From: Bernd Gaertner <>
  • To:
  • Subject: Re: [cgal-discuss] how to get all nearest vertices of a vertex of delaunay
  • Date: Tue, 19 Jun 2007 14:50:29 +0200

Andreas Fabri wrote:
thetis guan wrote:
Hello,

I'm a newbie with CGAL and programming overall. I've been trying to build 2Ddelaunay triangulation.

Now i want to access all nearest vertices of a vertex of delaunay, but i can not find any functions to get.
What to do?


I don't know if with nearest you mean incident or geometrically nearest.
For the former look for Vertex_circulator in the page

http://www.cgal.org/Manual/3.3/doc_html/cgal_manual/Triangulation_2_ref/Class_Triangulation_2.html

And for the latter as well. It is a a simple fact that the geometrically
nearest vertex to a Delaunay vertex p is incident to p in the Delaunay
triangulation. Thus, you only need to find the nearest incident vertex.

Bernd Gaertner.



Archive powered by MHonArc 2.6.16.

Top of Page