HDF5 1.14.5
API Reference
|
Public Member Functions | |
subroutine | h5tbread_field_name_f (loc_id, dset_name, field_name, start, nrecords, type_size, buf, errcode) |
Reads one or several fields. The fields are identified by name. | |
subroutine h5tbread_field_name_f | ( | integer(hid_t), intent(in) | loc_id, |
character(len=*), intent(in) | dset_name, | ||
character(len=*), intent(in) | field_name, | ||
integer(hsize_t), intent(in) | start, | ||
integer(hsize_t), intent(in) | nrecords, | ||
integer(size_t), intent(in) | type_size, | ||
type(type), dimension(*), intent(inout) | buf, | ||
integer | errcode | ||
) |
Reads one or several fields. The fields are identified by name.
loc_id | Location identifier. The identifier may be that of a file or group. |
dset_name | The name of the dataset to read. |
field_name | An array containing the names of the fields to read. |
start | The start record to read from. |
nrecords | The number of records to read. |
type_size | The size in bytes of the structure associated with the table. Obtained with sizeof or storage_size. |
buf | Buffer with data |
errcode | Returns 0 if successful and -1 if it fails. |
See similar C API: H5TBread_fields_name()