| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| type(Number_to_String_Wrapper), | private, | allocatable | :: | strings(:,:) | |||
| integer, | private | :: | file_unit | = | 0 |
| procedure, public :: construct => Abstract_construct | |
| procedure, public :: destroy => Abstract_destroy | |
| procedure, public :: write => Abstract_write | |
| procedure, private :: allocate_strings => Abstract_allocate_strings |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| class(Abstract_Rectangle_Writer), | public, | allocatable | :: | writer |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_Rectangle_Writer), | intent(out) | :: | this | |||
| character(len=*), | intent(in) | :: | filename | |||
| logical, | intent(in) | :: | selectors(:,:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_Rectangle_Writer), | intent(inout) | :: | this | |||
| character(len=:), | intent(inout), | allocatable | :: | legend | ||
| logical, | intent(in) | :: | selectors(:,:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_Rectangle_Writer), | intent(inout) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_Rectangle_Writer), | intent(in) | :: | this | |||
| integer, | intent(in) | :: | i_step | |||
| real(kind=DP), | intent(in) | :: | observables(:,:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Null_Rectangle_Writer), | intent(out) | :: | this | |||
| character(len=*), | intent(in) | :: | filename | |||
| logical, | intent(in) | :: | selectors(:,:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Null_Rectangle_Writer), | intent(inout) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Null_Rectangle_Writer), | intent(in) | :: | this | |||
| integer, | intent(in) | :: | i_step | |||
| real(kind=DP), | intent(in) | :: | observables(:,:) |