public class SimpleSegmentSetMutualIntersector extends SegmentSetMutualIntersector
SegmentStrings using
brute-force comparasion.segInt| Constructor and Description |
|---|
SimpleSegmentSetMutualIntersector() |
| Modifier and Type | Method and Description |
|---|---|
void |
process(Collection segStrings)
Computes the intersections for two collections of
SegmentStrings. |
void |
setBaseSegments(Collection segStrings) |
setSegmentIntersectorpublic void setBaseSegments(Collection segStrings)
setBaseSegments in class SegmentSetMutualIntersectorsegStrings - a collection of SegmentStrings to nodepublic void process(Collection segStrings)
SegmentSetMutualIntersectorSegmentStrings.process in class SegmentSetMutualIntersectorsegStrings - a collection of SegmentStrings to nodeCopyright © 2015. All rights reserved.