This Functor outputs the monomial representation of the given polynomial, that is, it writes all non zero terms of the polynomial as std::pair<CGAL::Exponent_vector, PolynomialTraits_d::Innermost_coefficient_type> into the given output iterator.
Assignable
CopyConstructible
DefaultConstructible
template<class OutputIterator> | ||||
OutputIterator | fo ( PolynomialTraits_d::Polynomial_d p , OutputIterator it ) | |||
Writes the monom representation of p into the given output iterator it.
|
Polynomial_d
PolynomialTraits_d
PolynomialTraits_d::ConstructPolynomial