Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Re: Corresponding Site to a Voronoi Face

Subject: CGAL users discussion list

List archive

[cgal-discuss] Re: Corresponding Site to a Voronoi Face


Chronological Thread 
  • From: cocorico <>
  • To:
  • Subject: [cgal-discuss] Re: Corresponding Site to a Voronoi Face
  • Date: Wed, 23 Jun 2010 16:22:09 -0700 (PDT)


What I am trying to do is to iterate through the edges bounding each face,
but for each edge perform a numeric operation that requires the coordinates
of the site contained in the current face being iterated.

However, I was not able to find on the Voronoi_diagram_2 API a way to access
the site inside a given face, which would be useful for what want to do.
Thus I also thought about perhaps iterating through the sites of the voronoi
diagram and for each site, somehow iterate through the edges bounding the
face in which the site resides. Unfortunately, although the
Voronoi_diagram_2 API specifies an edge circulator around a face referenced
by a Face_handle, but it does not specify a way to circulate the edges that
bound the given voronoi site.





--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Corresponding-Site-to-a-Voronoi-Face-tp2264753p2266292.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.16.

Top of Page