17#include <geos/export.h>
44class GEOS_DLL TriEdge {
64 struct GEOS_DLL HashCode {
65 std::size_t operator()(
const TriEdge& te)
const;
68 friend bool operator == (
const TriEdge& te0,
const TriEdge& te1);
70 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:39