|
| subroutine | h5tbdelete_field_f (loc_id, dset_name, field_name, errcode) |
| | Deletes a field from a table.
|
| |
| subroutine | h5tbget_field_info_f (loc_id, dset_name, nfields, field_names, field_sizes, field_offsets, type_size, errcode, maxlen_out) |
| | Gets information about a table.
|
| |
| subroutine | h5tbget_table_info_f (loc_id, dset_name, nfields, nrecords, errcode) |
| | Gets the table dimensions.
|
| |
| subroutine | h5tbinsert_field_f (loc_id, dset_name, field_name, field_type, position, buf, errcode) |
| | Insert a new field into a table.
|
| |
| subroutine | h5tbmake_table_f (table_title, loc_id, dset_name, nfields, nrecords, type_size, field_names, field_offset, field_types, chunk_size, compress, errcode) |
| | Creates (DOES NOT WRITE) a dataset named dset_name attached to the object specified by the identifier loc_id.
|
| |
| subroutine | h5tbmake_table_f (table_title, loc_id, dset_name, nfields, nrecords, type_size, field_names, field_offset, field_types, chunk_size, fill_data, compress, data, errcode) |
| | Creates and writes a dataset named dset_name attached to the object specified by the identifier loc_id.
|
| |
| subroutine | h5tbread_field_index_f (loc_id, dset_name, field_index, start, nrecords, type_size, buf, errcode) |
| | Reads field. The fields are identified by index.
|
| |
| 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_table_f (loc_id, dset_name, nfields, dst_size, dst_offset, dst_sizes, dst_buf, errcode) |
| | Reads a table.
|
| |
| subroutine | h5tbwrite_field_index_f (loc_id, dset_name, field_index, start, nrecords, type_size, buf, errcode) |
| | Overwrites a field.
|
| |
| subroutine | h5tbwrite_field_name_f (loc_id, dset_name, field_name, start, nrecords, type_size, buf, errcode) |
| | Overwrites field.
|
| |