CGAL 6.3 - 2D Circular Geometry Kernel
Loading...
Searching...
No Matches
CircularKernel::Intersect_2 Concept Reference

Definition

Operations

A model of this concept must provide:

template<class OutputIterator>
OutputIterator operator() (const Type1 &obj1, const Type2 &obj2, OutputIterator intersections)
 Copies in the output iterator the intersection elements between the two objects.

Member Function Documentation

◆ operator()()

template<class OutputIterator>
OutputIterator CircularKernel::Intersect_2::operator() ( const Type1 & obj1,
const Type2 & obj2,
OutputIterator intersections )

Copies in the output iterator the intersection elements between the two objects.

intersections iterates on elements of type CGAL::Object, in lexicographic order.

Type_1 and Type_2 can both be either:

Depending on the types Type_1 and Type_2, these elements can be assigned to