cgal/Kernel_23/doc_tex/Kernel_23_ref/Intersection_traits.tex

25 lines
774 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.
A list of all available specializations can be found in \ccc{intersection}.
The traits class \ccStyle{IT<A, B>} provides an alias for
\ccClassTemplateName that ommits specifying the Kernel type.
\ccTypes
\ccStyle{result_type} The type of the resulting intersection between \ccStyle{A} and \ccStyle{B}.
\ccSeeAlso
\ccRefIdfierPage{CGAL::intersection}
\end{ccRefClass}