17#include <geos/triangulate/tri/TriEdge.h>
18#include <geos/triangulate/tri/TriList.h>
21#include <unordered_map>
28namespace triangulate {
36namespace triangulate {
53 std::unordered_map<TriEdge, Tri*, TriEdge::HashCode> triMap;
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:217
Definition: TriangulationBuilder.h:47
static void build(TriList< Tri > &triList)
Basic namespace for all GEOS functionalities.
Definition: geos.h:38