| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=str_len_arr), | private, | parameter | :: | CUSTOM | = | "custom" |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=str_len_arr), | private | :: | spline_name | ||||
| character(len=str_len_arr), | private | :: | name | ||||
| logical, | private | :: | is_initialised | = | .false. | ||
| procedure(basis_function), | private, | pointer, nopass | :: | custom_spline |
| procedure, public :: get_name | |
| procedure, public :: get_spline_function | |
| procedure, public :: get_basis_function_name | |
| procedure, public :: get_default_basis_function | |
| procedure, public :: set_basis_function | |
| procedure, public :: set_custom_spline | |
| procedure, public :: delete | |
| procedure, private :: spline | |
| procedure, private :: dspline | |
| procedure, private :: ddspline |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | name |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(sv_component_t), | intent(in) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(sv_component_t), | intent(in) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(sv_component_t), | intent(in) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(sv_component_t), | intent(inout) | :: | this | |||
| character(len=*), | intent(in) | :: | spline_name |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(sv_component_t), | intent(inout) | :: | this | |||
| procedure(basis_function) | :: | func |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(sv_component_t), | intent(in) | :: | this | |||
| integer, | intent(in), | optional | :: | spline_order | ||
| procedure(basis_function), | intent(out), | pointer | :: | spline_func |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(sv_component_t), | intent(in) | :: | this | |||
| procedure(basis_function), | intent(out), | pointer | :: | func |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(sv_component_t), | intent(in) | :: | this | |||
| procedure(basis_function), | intent(out), | pointer | :: | func |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(sv_component_t), | intent(in) | :: | this | |||
| procedure(basis_function), | intent(out), | pointer | :: | func |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(sv_component_t), | intent(inout) | :: | this |