Subject: CGAL users discussion list
List archive
- From: "Amit Pendharkar" <>
- To:
- Subject: Questions on Segment Voronoi diagram implementation details
- Date: Wed, 21 May 2008 01:59:31 -0500
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=ZDpdV/zZilGtay9jbM2DGdBulf+r35GMVX7QPVLkRd5u/2gzG+ErWHfPFE/8J5KC53dKDDc7SbgxaMSFmsolc7+aG4M6yTAtCMjP5iom4Lp2KLNq8ExEIHOXhJzlt9jPb2XmljCZ5Ot8+3UQsNGTBI01ZojSWJ+7M2U74Eg+76o=
Hi,
I am working on the Segment Voronoi Diagrams. As per the paper "A robust and efficient implementation for the segment Voronoi diagram' by Menelaos Karavelas, the segment voronoi creation algorithm has following four distinct steps.
1. Find the first conflict of the site S with the existing voronoi skeleton.
2. Find the entire conflict region of S with the existing voronoi skeleton.
3. Construct the Voronoi diagram.
4. Update the location data structure.
As per the implementation, the voronoi adaptor actually works with the segment delaunay graph. Whenever you insert a site, that site is actually inserted in a segment delaunay graph.
My questions are
1. In which file is the code that actually finds the first conflict and then the entire conflict region?(first two steps) I specifically want the approximate line numbers.
There are several files that look related to this like -
CGAL/Segment_Delaunay_graph_2/Segment_Delaunay_graph_2_impl.h
CGAL/Segment_Delaunay_graph_site_2.h
CGAL/Compact_container.h
CGAL/Triangulation_data_structure_2.h
CGAL/Segment_Delaunay_graph_vertex_base_2.h
CGAL/Triangulation_ds_vertex_base_2.h
I want to know the file name and how the code lines at that location work (i.e what variables hold, what the functions do etc)
2. Any inputs on how exactly it builds the voronoi diagram and how it updates & stores the data structure.CGAL/Segment_Delaunay_graph_2/Segment_Delaunay_graph_2_impl.h
CGAL/Segment_Delaunay_graph_site_2.h
CGAL/Compact_container.h
CGAL/Triangulation_data_structure_2.h
CGAL/Segment_Delaunay_graph_vertex_base_2.h
CGAL/Triangulation_ds_vertex_base_2.h
I want to know the file name and how the code lines at that location work (i.e what variables hold, what the functions do etc)
All the inputs are greatly appreciated.
Thanks & Regards,
Amit Pendharkar
- Questions on Segment Voronoi diagram implementation details, Amit Pendharkar, 05/21/2008
Archive powered by MHonArc 2.6.16.