mirror of https://github.com/CGAL/cgal
*** empty log message ***
This commit is contained in:
parent
08ec96a07f
commit
93d99a124a
|
|
@ -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}
|
||||
Loading…
Reference in New Issue