cgal/Kernel_23/doc_tex/Kernel_23_ref/Intersection_traits.tex

19 lines
581 B
TeX

\begin{ccRefClass}{Intersection_traits<Kernel, A<Kernel>, B<Kernel>}
\ccInclude{CGAL/Intersection_traits.h}
\ccDefinition
The traits class \ccClassTemplateName\ provides a typedef for the
return type of the \ccc{intersection} function objects belonging to a
model of \ccc{Kernel}. The value of \ccStyle{result_type} can be found
in the \ccc{intersection} documentation of the corresponding kernel.
For convenience the alias \ccStyle{IT} is provided.
\ccTypes
\ccStyle{result_type} The type of the resulting intersection between \ccStyle{A} and \ccStyle{B}.
\end{ccRefClass}