| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| class(Abstract_Periodic_Box), | private, | pointer | :: | periodic_boxes(:) | => | null() | |
| type(Component_Coordinates_Writer_Wrapper), | private, | allocatable | :: | components_coordinates(:,:) | |||
| character(len=:), | private, | allocatable | :: | components_legend | |||
| type(String_Wrapper), | private, | allocatable | :: | paths(:) | |||
| character(len=:), | private, | allocatable | :: | basename | |||
| integer, | private | :: | period | = | 0 |
| procedure, public :: construct => Abstract_construct | |
| procedure, public :: destroy => Abstract_destroy | |
| procedure, public :: write => Abstract_write |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_Complete_Coordinates_Writer), | intent(out) | :: | this | |||
| type(String_Wrapper), | intent(in) | :: | paths(:) | |||
| character(len=*), | intent(in) | :: | basename | |||
| class(Abstract_Periodic_Box), | intent(in), | target | :: | periodic_boxes(:) | ||
| type(Component_Coordinates_Writer_Wrapper), | intent(in) | :: | components_coordinates(:,:) | |||
| type(Component_Coordinates_Writer_Selector), | intent(in) | :: | coordinates_selector | |||
| integer, | intent(in) | :: | period |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_Complete_Coordinates_Writer), | intent(inout) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_Complete_Coordinates_Writer), | intent(in) | :: | this | |||
| integer, | intent(in) | :: | i_step |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Null_Complete_Coordinates_Writer), | intent(out) | :: | this | |||
| type(String_Wrapper), | intent(in) | :: | paths(:) | |||
| character(len=*), | intent(in) | :: | basename | |||
| class(Abstract_Periodic_Box), | intent(in), | target | :: | periodic_boxes(:) | ||
| type(Component_Coordinates_Writer_Wrapper), | intent(in) | :: | components_coordinates(:,:) | |||
| type(Component_Coordinates_Writer_Selector), | intent(in) | :: | coordinates_selector | |||
| integer, | intent(in) | :: | period |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Null_Complete_Coordinates_Writer), | intent(inout) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Null_Complete_Coordinates_Writer), | intent(in) | :: | this | |||
| integer, | intent(in) | :: | i_step |