Skip to Content.
Sympa Menu

cgal-discuss - Delaunay Questions

Subject: CGAL users discussion list

List archive

Delaunay Questions


Chronological Thread 
  • From: "Robert Bryce" <>
  • To: <>
  • Subject: Delaunay Questions
  • Date: Thu, 14 Jun 2007 10:02:29 -0500

Hi all,

 

These should be easy questions.  I need to generate 2-D Delaunay and Voronoi diagrams.

 

I’ve got a current code set based on that written by Olivie Devillers some 10 years ago.  I used his code because it was fast and would allow me to dynamically add and remove points.  However, I’ve found that this (older) code (about 10 years old) will endless loop on occasion, as well as crash.

 

My needs have also changed – I need to handle barriers now.  I’m also dealing with so many points (easily 25,000+) that I either need a much faster serial operation or (preferred) a multithreaded solution.  Does the CGAL solution allow me to dynamically add and remove points (it appears so), and possibly even insert barriers (not so sure), while keeping handle for each vertex back to my own structures?  Is there any opportunity to multithread the CGAL code?

 

Thanks,

 

--Rob




Archive powered by MHonArc 2.6.16.

Top of Page