Skip to content

expose CGAL::Delaunay_triangulation_2<> to python #3

@krober10nd

Description

@krober10nd

...this would be very useful for enabling incremental point additions and deletions to an existing triangulation. Not too sure how one would go about this but basically need to return the

typedef CGAL::Delaunay_triangulation_2<Kernel, Tds2> Delaunay2

to python so it can be passed back to cpp to perform incremental point additions, for example.

Having the ability to perform incremental edits to the triangulation is key for the performance of many computational geometry algorithms.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions