17#include <geos/export.h>
18#include <geos/geom/Coordinate.h>
35class GEOS_DLL TriEdge {
49 TriEdge(
const Coordinate& a,
const Coordinate& b)
56 struct GEOS_DLL HashCode {
57 std::size_t operator()(
const TriEdge& te)
const;
60 friend bool operator == (
const TriEdge& te0,
const TriEdge& te1);
62 friend std::ostream& operator << (std::ostream& os,
const TriEdge& te);
Coordinate is the lightweight class used to store coordinates.
Definition Coordinate.h:217
Classes to compute Delaunay triangulations.
Definition ConcaveHull.h:32
Basic namespace for all GEOS functionalities.
Definition geos.h:38