Skip to content

Voronoï diagram corresponding to constrained Delaunay triangulation #7303

Answered by MaelRL
stla asked this question in Q&A
Discussion options

You must be logged in to vote

The class Voronoi_diagram_2 is a simple wrapper around a Delaunay triangulation.

It does not compute anything, it only access combinatorial and geometric information of the primal graph and converts it on the fly to a Voronoi representation: for example, the Voronoi vertex v1 adjacent to a Voronoi vertex v0 is the dual of the adjacent face f1 adjacent to f0, the face dual of v0.

As such, there shouldn't be anything that prevents using it with a CDT, but you probably need to define the adaptation helper classes (see concepts AdaptationTraits_2, AdaptationPolicy_2).

You can find some examples of implementations for different Delaunay graphs in the include directory of the Voronoi package (h…

Replies: 5 comments 9 replies

Comment options

You must be logged in to vote
1 reply
@stla
Comment options

Answer selected by stla
Comment options

You must be logged in to vote
5 replies
@MaelRL
Comment options

MaelRL Mar 4, 2023
Collaborator

@MaelRL
Comment options

MaelRL Mar 4, 2023
Collaborator

@stla
Comment options

@stla
Comment options

@stla
Comment options

Comment options

You must be logged in to vote
2 replies
@MaelRL
Comment options

MaelRL Mar 4, 2023
Collaborator

@stla
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@stla
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants