CGAL 5.2.2 - 2D Arrangements
|
Operations | |
template<typename OutputIterator > | |
OutputIterator | operator() (ArrTraits::Curve_2 c, OutputIterator oi) |
subdivides the input curve c into \( x\)-monotone subcurves and isolated points, and inserts the results into a range begining at the given output iterator oi . More... | |
OutputIterator ArrTraits::MakeXMonotone_2::operator() | ( | ArrTraits::Curve_2 | c, |
OutputIterator | oi | ||
) |
subdivides the input curve c
into \( x\)-monotone subcurves and isolated points, and inserts the results into a range begining at the given output iterator oi
.
The type OutputIterator
dereferences a boost::variant
that wraps either an ArrTraits::Point_2
object or an ArrTraits::X_monotone_curve_2
object. The operator returns a past-the-end iterator for the output sequence.