Projection definition.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | basisType | Polynomial basis type. 3D Monomials have the form x^i * y^j * z^k - Q_space: quadratic polynomial space (i,j,k) <= maxPolyDegree - P_space: polynomial space i+j+k <= maxPolyDegree |
|||
integer, | private | :: | maxPolyDegree | The maximal polynomial degree per spatial direction. |
|||
type(ply_prj_header_type), | private | :: | header | projection header consits of general information like which kind of projection is used |