template <class Kernel, class Container, class OutputIterator>
|
OutputIterator
|
|
template <class Kernel, class Container, class OutputIterator>
|
OutputIterator
|
|
template <class Kernel, class Container, class OutputIterator>
|
OutputIterator
|
|
template <class Kernel, class Container, class OutputIterator>
|
OutputIterator
|
|
template <class Traits, class OutputIterator>
|
OutputIterator
|
intersection ( General_polygon_2<Traits> p1, General_polygon_2<Traits> p2, OutputIterator oi)
|
template <class Traits, class OutputIterator>
|
OutputIterator
|
|
template <class Traits, class OutputIterator>
|
OutputIterator
|
|
template <class Polygon, class OutputIterator>
|
OutputIterator
|
|
|
template <class InputIterator, class OutputIterator>
|
OutputIterator
|
intersection ( InputIterator begin, InputIterator end, OutputIterator oi)
|
Computes the intersection of the general polygons (or general polygons with
holes) in the given range. (The value type of the input iterator is
used to distinguish between the two.) The result, represented by a set
of general polygon with holes, is inserted into an output container
through a given output iterator