|
CGAL 6.1.3 - 2D Arrangements
|
Functor Operations | |
A model of this concept must provide: | |
| template<typename OutputIterator> | |
| OutputIterator | operator() (AosTraits::Curve_2 c, OutputIterator oi) |
| subdivides an input curve into \(x\)-monotone subcurves and isolated points, and inserts the results into an output container given through an output iterator. | |
| OutputIterator AosTraits::MakeXMonotone_2::operator() | ( | AosTraits::Curve_2 | c, |
| OutputIterator | oi ) |
subdivides an input curve into \(x\)-monotone subcurves and isolated points, and inserts the results into an output container given through an output iterator.
An object in the output container is represented by a discriminated union container that holds either a point or an \(x\)-monotone curve.
| c | The input curve. |
| oi | The output iterator that points at the output container. |
#include <Concepts/AosTraits--MakeXMonotone_2.h>
Functor Operations | |
A model of this concept must provide: | |
| template<typename OutputIterator> | |
| OutputIterator | operator() (AosTraits::Curve_2 c, OutputIterator oi) |
| subdivides an input curve into \(x\)-monotone subcurves and isolated points, and inserts the results into an output container given through an output iterator. | |
| OutputIterator AosTraits::MakeXMonotone_2::operator() | ( | AosTraits::Curve_2 | c, |
| OutputIterator | oi ) |
subdivides an input curve into \(x\)-monotone subcurves and isolated points, and inserts the results into an output container given through an output iterator.
An object in the output container is represented by a discriminated union container that holds either a point or an \(x\)-monotone curve.
| c | The input curve. |
| oi | The output iterator that points at the output container. |