Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] 2D Segment Voronoi Diagrams

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] 2D Segment Voronoi Diagrams


Chronological Thread 
  • From: Sylvain Pion <>
  • To:
  • Subject: Re: [cgal-discuss] 2D Segment Voronoi Diagrams
  • Date: Sun, 19 Jul 2009 09:51:00 +0200
  • Organization: INRIA


wrote:
Hello, I need the voronoi diagram of a geometric 2D shape in order to calculate its
medial axis. So I was going through the CGAL manual, precisely at :

http://www.cgal.org/Manual/3.1/doc_html/cgal_manual/Segment_Voronoi_diagram_2/Chapter_main.html

and I figured out that i do not have the following headers: - Segment_Voronoi_diagram_filtered_traits_2.h
- Segment_Voronoi_diagram_hierarchy_2.h
I installed CGAL 3.3.1 using the windows installer and I am running it on Vista
x64 with VS2008.

There has been some renaming of these classes since CGAL 3.1
(it's now Segment_Delaunay_*graph*_2), so you should use
the manual corresponding to the version of CGAL that you use.

--
Sylvain Pion
INRIA Sophia-Antipolis
Geometrica Project-Team
CGAL, http://cgal.org/



Archive powered by MHonArc 2.6.16.

Top of Page