mirror of https://github.com/CGAL/cgal
PolynomialTraits_d refines AlgebraicStructureTraits
This commit is contained in:
parent
f7d133e218
commit
b2b3651325
|
|
@ -27,6 +27,8 @@ is possible to select a certain variable.
|
||||||
|
|
||||||
\ccRefines
|
\ccRefines
|
||||||
|
|
||||||
|
\ccc{AlgebraicStructureTraits}
|
||||||
|
|
||||||
\ccConstants
|
\ccConstants
|
||||||
|
|
||||||
\ccVariable{static const int d;}{The dimension and the number of variables respectively.}
|
\ccVariable{static const int d;}{The dimension and the number of variables respectively.}
|
||||||
|
|
|
||||||
|
|
@ -1691,7 +1691,8 @@ class Polynomial_traits_d
|
||||||
: public CGALi::Polynomial_traits_d_base< Polynomial,
|
: public CGALi::Polynomial_traits_d_base< Polynomial,
|
||||||
typename Algebraic_structure_traits<
|
typename Algebraic_structure_traits<
|
||||||
typename CGALi::Innermost_coefficient<Polynomial>::Type >::Algebraic_category,
|
typename CGALi::Innermost_coefficient<Polynomial>::Type >::Algebraic_category,
|
||||||
typename Algebraic_structure_traits< Polynomial >::Algebraic_category > {
|
typename Algebraic_structure_traits< Polynomial >::Algebraic_category > ,
|
||||||
|
public Algebraic_structure_traits<Polynomial>{
|
||||||
|
|
||||||
//------------ Rebind -----------
|
//------------ Rebind -----------
|
||||||
private:
|
private:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue