|
CGAL 6.3 - 2D Circular Geometry Kernel
|
Kernel::Intersect_2 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. | |
| 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