20 #ifndef GEOS_GEOMGRAPH_INDEX_MONOTONECHAIN_H 21 #define GEOS_GEOMGRAPH_INDEX_MONOTONECHAIN_H 24 #include <geos/export.h> 25 #include <geos/geomgraph/index/SweepLineEventObj.h> 26 #include <geos/geomgraph/index/MonotoneChainEdge.h> 32 class SegmentIntersector;
46 MonotoneChainEdge *mce;
53 chainIndex(newChainIndex)
58 void computeIntersections(
MonotoneChain *mc,SegmentIntersector *si) {
59 mce->computeIntersectsForChain(chainIndex,*(mc->mce),mc->chainIndex,*si);
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:25
Definition: geomgraph/index/MonotoneChain.h:44