#include <FastSegmentSetIntersectionFinder.h>
Public Member Functions | |
FastSegmentSetIntersectionFinder (SegmentString::ConstVect *baseSegStrings) | |
SegmentSetMutualIntersector * | getSegmentSetIntersector () |
bool | intersects (SegmentString::ConstVect *segStrings) |
bool | intersects (SegmentString::ConstVect *segStrings, SegmentIntersectionDetector *intDetector) |
Uses indexing for fast performance and to optimize repeated tests against a target set of lines. Short-circuited to return as soon an intersection is found.
|
Gets the segment set intersector used by this class. This allows other uses of the same underlying indexed structure.
|