Subject: CGAL users discussion list
List archive
- From: Stefan Witzel <>
- To:
- Subject: Re: [cgal-discuss] Iteration over Voronoi faces
- Date: Thu, 13 Jun 2019 22:15:51 +0200
- Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=Pass ; spf=None
- Ironport-phdr: 9a23:mVJEgxRLrP+ZjhtC20o4PqIQ2Npsv+yvbD5Q0YIujvd0So/mwa69bBON2/xhgRfzUJnB7Loc0qyK6vmmADFRqs/d6TgrS99lb1c9k8IYnggtUoauKHbQC7rUVRE8B9lIT1R//nu2YgB/Ecf6YEDO8DXptWZBUhrwOhBoKevrB4Xck9q41/yo+53Ufg5EmCexbal9IRmrsAndrNQajItmJ6o+1xfErWZEcPlKyG11Il6egwzy7dqq8p559CRQtfMh98peXqj/Yq81U79WAik4Pm4s/MHkugXNQgWJ5nsHT2UZiQFIDBTf7BH7RZj+rC33vfdg1SaAPM32Sbc0WSm+76puVRTlhjsLOyI//WrKjMF7kaBVrw+7pxFnzIHUboOaNOB+cK3Tft0UWHRPUdpKWixdHo+xdZcDA/YdMetaqYT2ulsArQG5BQmpHO7h1yNIiWH43aIg1eQqDAHJ3A08H9MPrnvUqMj+OaAJUeCpwqjIzCnDbvJI1jf584XIfRUhruuNXbJ0a8be1U4vFwbcg1iWtIfrMTSV1uEXvGia6eptTf6gi2E9pAF1uDSvwd0siobPi4kIyV7E7T10zJgpKdC8UkJ2Yt6pHIFOuy2EKod6WMwvTm9utS0n0LMJo4S7czIPyJk/xx7QdfiHc4+Q7xLmTumRIDN4iGtrebKlmhq+6Eagx+LyW8Wu31ZKqS1FktbItn8TzRDc9s+HSv5l8keg3zaAyRzT5/laLUwokafXMZ0sz74qmpYNr0jPAzX6lUr4gaOOc0Ur4Omo6+DpYrX8oZ+cMpd5ihriMqUgm8y/HeU5PRYKX2WA9uS80afs/Uz9QLlQkvI2lazZvIjAJcsHvq65HxNV0oE75hmjADepytAYkWAaI1JEYxKIk5XpO0rVIP3jFve+g1GskC9xyPzcP73hBI/NLnnZn7v7c7Z98R0U9A1mxt9W49dYC6oKPenock73rt3RSBEjYDa52+L2NNIozZwfRXCCBoecOb/S90KO56clIuSIaYEYvDq7J/V2yeTpiCoChVITdK/h4poLen28VqB9P1qYfWjhhv8OFG4Lukw1S+m82w7KaiJae3vnB/F03To8Eo/zVd6fFLDou6SI2WKAJrMTfnpPUwneHnLhdoHCUPAJOnrLf51R1wccXL3kcLcPkBGjsAigluhiJ+vQvzIC7NftiIMz6OrUmhU/szdzCpbFijDffyRPhmoNAgQO8uV6qE15xE2E1PEh0fNdHN1XofhOV1VjOA==
Hi,
Sorry about my last question! In case someone is actually wondering:
the answer are face circulators [1]. The documentation would be much
more accessible if one could see all the inherited methods somewhere.
I was looking at the documentation for
Hyperbolic_Delaunay_triangulation_2 and from there it's a bit of a way
down to Triangulation_2, especially when you are wondering about the
traits and data structures along the way.
Best,
Stefan
[1]
https://doc.cgal.org/latest/Triangulation_2/classCGAL_1_1Triangulation__2.html#a1bda2ab92ccf638bb22fc223ae281b96
Am Do., 13. Juni 2019 um 16:32 Uhr schrieb Stefan Witzel
<>:
>
> 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
- [cgal-discuss] Iteration over Voronoi faces, Stefan Witzel, 06/13/2019
- Re: [cgal-discuss] Iteration over Voronoi faces, Stefan Witzel, 06/13/2019
- Re: [cgal-discuss] Iteration over Voronoi faces, Mael, 06/14/2019
- Re: [cgal-discuss] Iteration over Voronoi faces, Stefan Witzel, 06/14/2019
- Re: [cgal-discuss] Iteration over Voronoi faces, Stefan Witzel, 06/14/2019
- Re: [cgal-discuss] Iteration over Voronoi faces, Stefan Witzel, 06/14/2019
- Re: [cgal-discuss] Iteration over Voronoi faces, Mael, 06/17/2019
- Re: [cgal-discuss] Iteration over Voronoi faces, Monique Teillaud, 06/17/2019
- Re: [cgal-discuss] Iteration over Voronoi faces, Stefan Witzel, 06/17/2019
- Re: [cgal-discuss] Iteration over Voronoi faces, Mael, 06/18/2019
- Re: [cgal-discuss] Iteration over Voronoi faces, Stefan Witzel, 06/18/2019
- Re: [cgal-discuss] Iteration over Voronoi faces, Monique Teillaud, 06/18/2019
- Re: [cgal-discuss] Iteration over Voronoi faces, Stefan Witzel, 06/14/2019
- Re: [cgal-discuss] Iteration over Voronoi faces, Stefan Witzel, 06/14/2019
- Re: [cgal-discuss] Iteration over Voronoi faces, Stefan Witzel, 06/14/2019
- Re: [cgal-discuss] Iteration over Voronoi faces, Mael, 06/14/2019
- Re: [cgal-discuss] Iteration over Voronoi faces, Stefan Witzel, 06/13/2019
Archive powered by MHonArc 2.6.18.