Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Iteration over Voronoi faces

Subject: CGAL users discussion list

List archive

[cgal-discuss] Iteration over Voronoi faces


Chronological Thread 
  • From: Stefan Witzel <>
  • To:
  • Subject: [cgal-discuss] Iteration over Voronoi faces
  • Date: Thu, 13 Jun 2019 16:32:12 +0200
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:/6QkZRXQ2C/A1I+2JnJ/e6qa4yHV8LGtZVwlr6E/grcLSJyIuqrYYxCBt8tkgFKBZ4jH8fUM07OQ7/m5HzVdsN3e7TgrS99lb1c9k8IYnggtUoauKHbQC7rUVRE8B9lIT1R//nu2YgB/Ecf6YEDO8DXptWZBUhrwOhBoKevrB4Xck9q41/yo+53Ufg5EmCexbal9IRmrsAndrNQajItmJ6o+yBbEomZDdvhLy29vOV+dhQv36N2q/J5k/SRQuvYh+NBFXK7nYak2TqFWASo/PWwt68LlqRfMTQ2U5nsBSWoWiQZHAxLE7B7hQJj8tDbxu/dn1ymbOc32Sq00WSin4qx2RhLklDsLOjgk+2zRl8d+jr9UoAi5qhNw2Y7aYI+bOvljcK3DYdwXXnZBUtpLWiBdHo+wc4kCAuwcNuhYtYn9oF4OoAOjCwmwGuzvxCVHhnnr1qI60uQhDQDH0xIkH9kTt3nUt8n1NakTUeCpzajH0zHDYuhZ2Tf48ofIcxQhreuQUrJ3dMrc0E8iHB7GgFWIsYHpIS+Z2+AXv2WY7+dsT/yjh3A6pw1rojWiycEhgZTTiI0P0FDL7yB5zZ41JdKmTE57ZsapEJ5KuCGbM4t6W80jQ3t1tCojxL0LuZG2cDIFyJQgwB7fZPiHfJaS7h3/U+aRJC90hHNjeL2hmxa/6VasxvH4W8Wu01tHrjBJnsfSunwQzRDe6seKRuN4/ki72DaP0w7T6vtDIUAxjafbMIIhw7AxlpoPsEXMACv2lV75jK+TbEok++yo5/77bbXho5+QL5V0hR3mMqQyhsy/Bvw1PRQBX2eB/eSwzaDs/UziQLpWk/02ibLZvYvBJcUbo665GxVa3pwi6xa5FTem0c4XkWMJLFJfK1q7iN3iNFjKZfz5FvyimE+EkTFxxvmAMKeyOJjVKmn/l+L6Yrdh+UNY4A860dAZ+pRVT7sALfb+VEL1uJrUA0wXKQuxlt37Bdt00MshWH6dD6vRZLjOrl6U9O8rC+aJbY4R/j36Lq52tLbVkXYllApFLuGS1pwNZSXgR6U0EwCieXPpx+w5PyIPtws6QvbtjQTbAzFWbne2Gak742NiUd70PcL4XomoxYe58mKjBJQPPzJJD1mNFTHjcIDWA65ROhLXGddol3k/bZbkS4Il0kvz5grzyr4iMfCNvyNF6dTs09964+CVnhY3p2R5

Hello,

I do not have any previous experience with cgal and my question is a
rather conceptual one without much technical insight: I would like to
iterate over the faces of a Voronoi diagram and then over the edges of
each face (to obtain a closed polygon); in other words this means to
iterate over the vertices of a Delaunay triangulation and then over
the edges incident with this vertex. Am I right to assume that this is
fundamentally problematic with the default parameters for
Delaunay_triangulation_2 (Triangulation_vertex_base_2,
Triangulation_face_base_2) as a vertex does not ``know'' the edges it
is incident with? Is there a kind of dual assignment that I could use
(like ``(Tessellation_face_base, Tessellation_vertex_base)'')?

Since tessellations into non-triangles may be more complicated, would
it be a possibility to first produce the (common) barycentric
subdivision?

Best,
Stefan



Archive powered by MHonArc 2.6.18.

Top of Page