PolynomialTraits_d::MonomialRepresentation

Definition

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.

Refines

Assignable
CopyConstructible
DefaultConstructible

Operations

template<class OutputIterator>
OutputIterator fo ( PolynomialTraits_d::Polynomial_d p , OutputIterator it )
Writes the monom representation of p into the given output iterator it.
Precondition:  std::iterator_traits< OutputIterator >::value_type must be constructible from std::pair<CGAL::Exponent_vector, PolynomialTraits_d::Innermost_coefficient_type>.

See Also

Polynomial_d
PolynomialTraits_d
PolynomialTraits_d::ConstructPolynomial