Configurable projection settings.
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=labelLen), | private | :: | kind | Kind of projection. Currently available: - 'l2p', L2-Projection - 'fpt', Fast Polynomial Transformation. Requires the FFTW.  | 
|||
| type(ply_fpt_header_type), | private | :: | fpt_header | ||||
| type(ply_l2p_header_type), | private | :: | l2p_header | ||||
| type(ply_fxt_header_type), | private | :: | fxt_header |