18#include <geos/export.h>
31class GEOS_DLL DirectionIndependentArcString {
35 explicit DirectionIndependentArcString(
const ArcString& as) : m_as(as) {}
42 bool operator==(
const DirectionIndependentArcString& other)
const;
50struct GEOS_DLL std::hash<geos::noding::DirectionIndependentArcString> {
An interface for classes which represent a sequence of contiguous circular arcs, analogous to the Seg...
Definition ArcString.h:30
Definition DirectionIndependentArcString.h:31
Classes to compute nodings for arrangements of line segments and line segment sequences.
Definition CoverageCleaner.h:42