public abstract class SegmentSetMutualIntersector extends Object
Modifier and Type | Field and Description |
---|---|
protected SegmentIntersector |
segInt |
Constructor and Description |
---|
SegmentSetMutualIntersector() |
Modifier and Type | Method and Description |
---|---|
abstract void |
process(Collection segStrings)
Computes the intersections for two collections of
SegmentString s. |
abstract void |
setBaseSegments(Collection segStrings) |
void |
setSegmentIntersector(SegmentIntersector segInt)
Sets the
SegmentIntersector to use with this intersector. |
protected SegmentIntersector segInt
public void setSegmentIntersector(SegmentIntersector segInt)
SegmentIntersector
to use with this intersector.
The SegmentIntersector will either rocord or add intersection nodes
for the input segment strings.segInt
- the segment intersector to usepublic abstract void setBaseSegments(Collection segStrings)
segStrings
- a collection of SegmentString
s to nodepublic abstract void process(Collection segStrings)
SegmentString
s.segStrings
- a collection of SegmentString
s to nodeCopyright © 2015. All rights reserved.