Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(hdf5_file), | intent(inout) | :: | self | |||
character(len=*), | intent(in) | :: | dname | |||
integer(kind=HID_T), | intent(in) | :: | dtype | |||
integer(kind=HSIZE_T), | intent(in) | :: | dims(:) | |||
integer(kind=HID_T), | intent(out), | optional | :: | sid | ||
integer(kind=HID_T), | intent(out), | optional | :: | did | ||
integer, | intent(in), | optional | :: | chunk_size(:) | ||
integer, | intent(in), | optional | :: | istart(:) | ||
integer, | intent(in), | optional | :: | iend(:) | ||
integer, | intent(in), | optional | :: | stride(:) | ||
logical, | intent(in), | optional | :: | compact | keep istart, iend, stride for future slice shape check |