This commit is contained in:
Monique Teillaud 2006-02-28 16:00:27 +00:00
parent 34bea9c962
commit 4ade77acf7
2 changed files with 7 additions and 3 deletions

View File

@ -27,9 +27,9 @@ An object \ccVar\ of this type must provide in addition:
const CircularKernel::Line_arc_2 &a1);}
{For two segments.}
For the sake of completeness, there must also be an
\ccc{operator()} taking a \ccc{Line_arc_2} and a
\ccc{Circular_arc_2} as arguments (in any order) that always
For the sake of completeness, the
\ccc{operator()} must also be defined for a \ccc{Line_arc_2} and a
\ccc{Circular_arc_2} as arguments (in any order), and it always
returns \ccc{false}.
\ccHasModels

View File

@ -14,6 +14,10 @@ A model \ccVar\ of this type must provide:
{Splits the arc \ccc{ca} into monotone arcs that are returned through the
output iterator.}
For the sake of completeness, the \ccc{operator()} must also be defined for a
\ccc{Line_arc_2}. In this case, the input line arc itself is the only
arc returned through the \ccc{OutputIterator}.
\ccHasModels
\ccc{Circular_kernel_2::Make_x_monotone_2;}