sarkit.cphd.Poly2dType
- class Poly2dType(*, child_ns='')
Transcoder for two-dimensional polynomial (2D_POLY) XML parameter types.
Methods
make_elem(tag, val)Create a new XML element.
parse_elem(elem)Returns an array of coefficients describing the polynomial encoded in
elem.set_elem(elem, val)Set
elemnode using the polynomial coefficients fromval.