Please, help us to better serve our user community by answering the following short survey: https://www.hdfgroup.org/website-survey/
HDF5  1.15.0
API Reference
 
Loading...
Searching...
No Matches
h5tbread_field_name_f Interface 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.
 

Constructor & Destructor Documentation

◆ h5tbread_field_name_f()

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.

Parameters
loc_idLocation identifier. The identifier may be that of a file or group.
dset_nameThe name of the dataset to read.
field_nameAn array containing the names of the fields to read.
startThe start record to read from.
nrecordsThe number of records to read.
type_sizeThe size in bytes of the structure associated with the table. Obtained with sizeof or storage_size.
bufBuffer with data
errcodeReturns 0 if successful and -1 if it fails.

See similar C API: H5TBread_fields_name()


The documentation for this interface was generated from the following file: