mirror of https://github.com/CGAL/cgal
removed second operator
This commit is contained in:
parent
11199dd25a
commit
14a1292922
|
|
@ -17,15 +17,15 @@ two objects. \ccc{intersections} iterates on
|
|||
elements of type \ccc{CGAL::Object}, in lexicographic order
|
||||
(where appropriate). See below for more precisions.}
|
||||
|
||||
\ccMemberFunction{template < class OutputIterator >
|
||||
OutputIterator
|
||||
operator()(const Type1 &obj1, const Type2 &obj2,
|
||||
const Type3 &obj3,
|
||||
OutputIterator intersections);}
|
||||
{Copies in the output iterator the intersection elements between the
|
||||
two objects. \ccc{intersections} iterates on
|
||||
elements of type \ccc{CGAL::Object}, in lexicographic order
|
||||
(where appropriate). See below for more precisions.}
|
||||
%\ccMemberFunction{template < class OutputIterator >
|
||||
% OutputIterator
|
||||
% operator()(const Type1 &obj1, const Type2 &obj2,
|
||||
% const Type3 &obj3,
|
||||
% OutputIterator intersections);}
|
||||
%{Copies in the output iterator the intersection elements between the
|
||||
%two objects. \ccc{intersections} iterates on
|
||||
%elements of type \ccc{CGAL::Object}, in lexicographic order
|
||||
%(where appropriate). See below for more precisions.}
|
||||
|
||||
For the \textbf{first operator}, \ccc{Type_1} and \ccc{Type_2} can both
|
||||
be either
|
||||
|
|
|
|||
Loading…
Reference in New Issue