cgal/Polynomial/doc_tex/Polynomial_ref/PolynomialTraits_d_DegreeVe...

36 lines
816 B
TeX

\begin{ccRefConcept}{PolynomialTraits_d::DegreeVector}
\ccDefinition
This \ccc{AdaptableUnaryFunction} returns the exponent vector of
the innermost leading coefficient of a
\ccc{PolynomialTraits_d::Polynomial_d}.
\ccRefines
\ccc{AdaptableUnaryFunction}
\ccTypes
\ccSetThreeColumns{xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx}{xxx}{}
\ccCreationVariable{fo}
\ccTypedef{typedef Exponent_vector result_type;}{}\ccGlue
\ccTypedef{typedef PolynomialTraits_d::Polynomial_d argument_type;}{}
\ccOperations
\ccMethod{result_type operator()(argument_type p);}
{Returns the degree vector.}
%\ccHasModels
\ccSeeAlso
\ccRefIdfierPage{Polynomial_d}\\
\ccRefIdfierPage{PolynomialTraits_d}\\
\ccRefIdfierPage{PolynomialTraits_d::Degree}\\
\ccRefIdfierPage{PolynomialTraits_d::TotalDegree}
\end{ccRefConcept}