17 #include <geos/triangulate/tri/TriEdge.h>
18 #include <geos/triangulate/tri/Tri.h>
26 namespace triangulate {
39 namespace triangulate {
57 static constexpr std::size_t MAX_ITERATION = 200;
68 std::size_t improveScan(
TriList& triList);
77 bool improveNonDelaunay(
Tri* tri, TriIndex index);
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:60
Definition: TriDelaunayImprover.h:52
static void improve(TriList &triList)
Basic namespace for all GEOS functionalities.
Definition: Angle.h:26