Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | gdata_size | = | 0 | ||
integer, | private | :: | fvals_start | ||||
integer, | private | :: | fvals_end | ||||
integer, | private | :: | max_ratio_start | ||||
integer, | private | :: | max_ratio_end | ||||
integer, | private | :: | apvals_start | ||||
integer, | private | :: | apvals_end |
procedure , public , :: init_gdata_io Subroutine | |
procedure , public , :: t_io Function | |
procedure , public , :: entry_size Function | |
procedure , public , :: read_gdata Subroutine | |
procedure , public , :: write_gdata Subroutine | |
procedure , public , :: read_gdata_hdf5 Subroutine | |
procedure , public , :: write_gdata_hdf5 Subroutine | |
procedure , public , :: clone_gdata Subroutine |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(gdata_io_t), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(gdata_io_t), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(gdata_io_t) | :: | this | ||||
logical, | intent(in) | :: | t_aas | |||
logical, | intent(in) | :: | t_ms | |||
logical, | intent(in) | :: | t_ap | |||
integer, | intent(in) | :: | fvals_size_in | |||
integer, | intent(in) | :: | max_ratio_size_in | |||
integer, | intent(in) | :: | apvals_size_in |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(gdata_io_t), | intent(in) | :: | this | |||
real(kind=dp), | intent(in) | :: | gdata_buf(:,:) | |||
integer, | intent(in) | :: | ndets | |||
integer, | intent(in), | optional | :: | initial |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(gdata_io_t), | intent(inout) | :: | this | |||
real(kind=dp), | intent(out) | :: | gdata_buf(:,:) | |||
integer, | intent(in) | :: | ndets | |||
integer, | intent(in), | optional | :: | initial | ||
integer, | intent(in), | optional | :: | offset_ |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(gdata_io_t), | intent(in) | :: | this | |||
integer(kind=hsize_t), | intent(in) | :: | gdata_buf(:) | |||
integer, | intent(in) | :: | pos |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(gdata_io_t), | intent(in) | :: | this | |||
integer(kind=hsize_t), | intent(out) | :: | gdata_buf(:) | |||
integer, | intent(in) | :: | pos |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(gdata_io_t), | intent(inout) | :: | this | |||
integer(kind=hsize_t), | intent(inout), | allocatable | :: | gdata_buf(:,:) | ||
integer, | intent(in) | :: | tmp_fvals_size | |||
integer, | intent(in) | :: | fvals_size | |||
integer, | intent(in) | :: | tmp_apvals_size | |||
integer, | intent(in) | :: | apvals_size | |||
integer(kind=int64), | intent(in) | :: | nsigns |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=hsize_t), | intent(inout), | allocatable | :: | tmp_sgns(:,:) | ||
integer, | intent(in) | :: | tmp_lenof_sign | |||
integer, | intent(in) | :: | lenof_sign | |||
integer(kind=hsize_t), | intent(in) | :: | num_signs |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=hsize_t), | intent(out) | :: | out_sgn(:) | |||
integer(kind=hsize_t), | intent(in) | :: | in_sgn(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(inout), | allocatable | :: | attribute(:) | ||
integer, | intent(in) | :: | new_size |