17#include <geos/export.h>
18#include <geos/geom/Coordinate.h>
22namespace triangulate {
56 struct GEOS_DLL HashCode {
57 std::size_t operator()(
const TriEdge& te)
const;
62 friend std::ostream& operator << (std::ostream& os,
const TriEdge& te);
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:217
Basic namespace for all GEOS functionalities.
Definition: geos.h:38