17#include <geos/triangulate/tri/TriEdge.h>
18#include <geos/triangulate/tri/Tri.h>
19#include <geos/triangulate/tri/TriList.h>
35namespace triangulate {
53 static constexpr std::size_t MAX_ITERATION = 200;
73 bool improveNonDelaunay(
Tri* tri, TriIndex index);
Coordinate is the lightweight class used to store coordinates.
Definition Coordinate.h:216
Definition TriDelaunayImprover.h:48
static void improve(TriList< Tri > &triList)
Basic namespace for all GEOS functionalities.
Definition geos.h:39