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