| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer(kind=isp), | public | :: | id | ||||
| character(len=20), | public | :: | name | ||||
| type(DecimationMethod), | public | :: | decimation_method |
type :: FFTAlgorithm integer(isp) :: id character(len=20) :: name type(DecimationMethod) :: decimation_method end type FFTAlgorithm