Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Voronoi-/Power- diagram 3D

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Voronoi-/Power- diagram 3D


Chronological Thread 
  • From:
  • To:
  • Subject: Re: [cgal-discuss] Voronoi-/Power- diagram 3D
  • Date: Wed, 01 Aug 2007 12:55:23 +0200

Laurent Rineau wrote:
On Wednesday 01 August 2007 10:29:06

wrote:

I agree that you need to store the graph as some graph data structure of
the BGL if you want to use directly some existing BGL algorithms. This
is maybe what you mean.


Actually, to use the BGL you do not need to duplicate the graph stored in the Delaunay triangulation. You only need to create a sort of traits class, that maps the API of the Delaunay triangulation to the API need by BGL algorithms.

right

Bernhard, as said Monique, all the combinatorial information of the Voronoi diagram is already in the Delaunay triangulation. If you also need the geometric information of the Voronoi diagram, you can generate it on-the-fly during your traversal.

and to answer another e-mail on this list, the same holds for the Apollonius graph, it _correctly_ represents its dual...

Monique



Archive powered by MHonArc 2.6.16.

Top of Page