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>
27#include <geos/geomgraph/index/MonotoneChain.h>
33class SegmentIntersector;
57 chainIndex(newChainIndex)
65 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:46
Definition: geomgraph/index/MonotoneChain.h:45
Computes the intersection of line segments, and adds the intersection to the edges containing the seg...
Definition: geomgraph/index/SegmentIntersector.h:47
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:26