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
|
|
template <class Traits, class OutputIterator>
|
OutputIterator
|
|
template <class Traits, class OutputIterator>
|
OutputIterator
|
|
template <class Polygon, class OutputIterator>
|
OutputIterator
|
|
|
template <class InputIterator, class OutputIterator>
|
OutputIterator
|
symmetric_difference ( InputIterator begin, InputIterator end, OutputIterator oi)
|
Computes the symmetric difference of the general polygons (or general
polygons with holes) in the given range. A point is contained in the
symmetric difference, if and only if it is contained in odd number of
input polygons. (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