17#include <geos/export.h>
31namespace triangulate {
64 struct GEOS_DLL HashCode {
65 std::size_t operator()(
const TriEdge& te)
const;
70 friend std::ostream& operator << (std::ostream& os,
const TriEdge& te);
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:58
Basic namespace for all GEOS functionalities.
Definition: geos.h:39