44class GEOS_DLL MonotoneChain:
public SweepLineEventOBJ {
46 MonotoneChainEdge *mce;
51 MonotoneChain(MonotoneChainEdge *newMce,
int newChainIndex):
53 chainIndex(newChainIndex)
58 void computeIntersections(MonotoneChain *mc,SegmentIntersector *si) {
59 mce->computeIntersectsForChain(chainIndex,*(mc->mce),mc->chainIndex,*si);