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: Bernhard Kornberger <>
  • To:
  • Subject: Re: [cgal-discuss] Voronoi-/Power- diagram 3D
  • Date: Wed, 01 Aug 2007 10:40:48 +0200

Hi Bernhard,

If you implement it anyway as you need it, and CGAL doesn't offer it,
you might implement a graph_traits and the some global functions
to explore adjacencies in a graph, so that the Voronoi diagram
becomes model of a boost::graph.

You can see how to do this in the chapter http://www.cgal.org/Pkg/BGL
The advantage is that you then can use the algorithms of the BGL
on this graph.

And if once you done you contribute it back.....

andreas

OK, I'll do it that way. I'm going to attend the ACS workshop in
Antibes and on Monday and Tuesday afterwards (Oct. 1st, 2nd) I
will visit Inria. Maybe we can talk about the implementation
then.

Best
B



Archive powered by MHonArc 2.6.16.

Top of Page