Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Cells of regular triangulation 3

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Cells of regular triangulation 3


Chronological Thread 
  • From:
  • To:
  • Subject: Re: [cgal-discuss] Cells of regular triangulation 3
  • Date: Wed, 20 Aug 2008 13:41:30 +0200

Hi Allan

I think I agree with Mariette - what I need is the power diagram
(weighted Voronoi diagram, Laguerre diagram, what ever you call it...).

good

My question is now since the regular triangulation generates these cells
how can I access them?
I repeat my knowledge on STL is limited, so any clue would be
appreciated. But if possible, please give a small piece of code or so.

CGAL basic triangulations, regular triangulations and Delaunay triangulations have a similar interface.

The example examples/Triangulation_3/simple.cpp included in the CGAL user manual shows how to use basic functionalities of triangulations. You will find there some basic manipulations of cells through their handles.
Combined with examples/Triangulation_3/regular.cpp, it should help you to start.

And as Mariette said, if you need the dual Voronoi diagram, you can use the dual functions provided by the regular triangulations.

Best regards,
Monique Teillaud



Archive powered by MHonArc 2.6.16.

Top of Page