#include <CGAL/Sweep_line_2_algorithms.h>
| ||||
|
| |||
given a range of curves, compute all -monotone subcurves that are pairwise disjoint in their interior, as induced by the input curves. If the flag multiple_overlaps is true, then a subcurve that represents an overlap of input curves is reported times; otherwise, each subcurve is reported only once. The Traits type must be a model of the ArrangementTraits_2 concept, such that the value-type of InputIterator is Traits::Curve_2, and the value-type of OutputIterator is Traits::X_monotone_curve_2. |