*** empty log message ***

This commit is contained in:
Andreas Fabri 2003-04-11 07:51:27 +00:00
parent 08ec96a07f
commit 93d99a124a
1 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,28 @@
\begin{ccRefFunctionObjectConcept}{Kernel::ConstructBbox_2}
A model for this must provide:
\ccCreationVariable{fo}
\ccMemberFunction{CGAL:::Bbox_2 operator()(const Kernel::Point_2
&p);} {returns the bounding box of of \ccc{p}.}
\ccMemberFunction{CGAL:::Bbox_2 operator()(const Kernel::Segment_2
&s);} {returns the bounding box of of \ccc{s}.}
\ccMemberFunction{CGAL:::Bbox_2 operator()(const Kernel::Triangle_2
&t);} {returns the bounding box of of \ccc{t}.}
\ccMemberFunction{CGAL:::Bbox_2 operator()(const Kernel::Iso_rectangle_2
&i);} {returns the bounding box of of \ccc{i}.}
\ccMemberFunction{CGAL:::Bbox_2 operator()(const Kernel::Circle_2
&c);} {returns the bounding box of of \ccc{c}.}
\ccRefines
AdaptableFunctor (with one argument)
\end{ccRefFunctionObjectConcept}