cgal/Polynomial/doc_tex/Polynomial_ref/PolynomialTraits_d_TotalDeg...

33 lines
721 B
TeX

\begin{ccRefConcept}{PolynomialTraits_d::TotalDegree}
\ccDefinition
This \ccc{AdaptableUnaryFunction} computes the total degree
of a \ccc{PolynomialTraits_d::Polynomial_d}.
\ccRefines
\ccc{AdaptableFunctor}
\ccTypes
\ccSetThreeColumns{xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx}{xxx}{}
\ccTypedef{typedef int result_type;}{}\ccGlue
\ccTypedef{typedef PolynomialTraits_d::Polynomial_d argument_type;}{}
\ccOperations
\ccCreationVariable{total_degree}
\ccMethod{result_type operator()(argument_type p);}
{Computes the total degree of $p$.}
%\ccHasModels
\ccSeeAlso
\ccRefIdfierPage{Polynomial_d}\\
\ccRefIdfierPage{PolynomialTraits_d}\\
\ccRefIdfierPage{PolynomialTraits_d::Degree}
\end{ccRefConcept}