#include <MCIndexSegmentSetMutualIntersector.h>
Inheritance diagram for geos::noding::MCIndexSegmentSetMutualIntersector:
Public Member Functions | |
std::vector< index::chain::MonotoneChain * > & | getMonotoneChains () |
index::SpatialIndex * | getIndex () |
void | setBaseSegments (SegmentString::ConstVect *segStrings) |
void | process (SegmentString::ConstVect *segStrings) |
void geos::noding::MCIndexSegmentSetMutualIntersector::process | ( | SegmentString::ConstVect * | segStrings | ) | [virtual] |
Computes the intersections for two collections of SegmentStrings.
segStrings1 | a collection of SegmentStrings to node |
Implements geos::noding::SegmentSetMutualIntersector.
void geos::noding::MCIndexSegmentSetMutualIntersector::setBaseSegments | ( | SegmentString::ConstVect * | segStrings | ) | [virtual] |
segStrings0 | a collection of SegmentStrings to node |
Implements geos::noding::SegmentSetMutualIntersector.