23 #include <geos/export.h>
24 #include <geos/geomgraph/index/SweepLineEventObj.h>
25 #include <geos/geomgraph/index/MonotoneChainEdge.h>
26 #include <geos/geomgraph/index/MonotoneChain.h>
32 class SegmentIntersector;
47 std::size_t chainIndex;
56 chainIndex(newChainIndex)
64 mce->computeIntersectsForChain(chainIndex, *(mc->mce), mc->chainIndex, *si);
MonotoneChains are a way of partitioning the segments of an edge to allow for fast searching of inter...
Definition: MonotoneChainEdge.h:45
Definition: geomgraph/index/MonotoneChain.h:44
Computes the intersection of line segments, and adds the intersection to the edges containing the seg...
Definition: geomgraph/index/SegmentIntersector.h:46
Basic namespace for all GEOS functionalities.
Definition: Angle.h:25