\( \newcommand{\E}{\mathrm{E}} \) \( \newcommand{\A}{\mathrm{A}} \) \( \newcommand{\R}{\mathrm{R}} \) \( \newcommand{\N}{\mathrm{N}} \) \( \newcommand{\Q}{\mathrm{Q}} \) \( \newcommand{\Z}{\mathrm{Z}} \) \( \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }\)
CGAL 4.12 - 2D Circular Geometry Kernel
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. More...
 

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