mirror of https://github.com/CGAL/cgal
23 lines
725 B
TeX
23 lines
725 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.
|
|
|
|
A list of all available specializations can be found in \ccRefIdfierPage{CGAL::intersection}.
|
|
|
|
\ccTypes
|
|
|
|
\ccStyle{result_type} The type of the resulting intersection between \ccStyle{A} and \ccStyle{B}.
|
|
\end{ccRefClass}
|
|
|
|
\ccSeeAlso
|
|
\ccRefIdfierPage{CGAL::intersection}
|