GEOS 3.14.0dev
|
#include <TriDelaunayImprover.h>
Public Member Functions | |
TriDelaunayImprover (TriList< Tri > &p_triList) | |
Static Public Member Functions | |
static void | improve (TriList< Tri > &triList) |
Improves the quality of a triangulation of Tri via iterated Delaunay flipping. This produces the Constrained Delaunay Triangulation with the constraints being the boundary of the input triangulation.
|
static |
Improves the quality of a triangulation of Tri via iterated Delaunay flipping. The Tris are assumed to be linked into a Triangulation (e.g. via TriangulationBuilder).
triList | the list of Tris to flip. |