Function Reference: H5T.insert

oct-hdf5: H5T.insert (parent_id, name, offset, member_id)

Adds a new member to a compound datatype.

Parameters:

parent_idDatatype identifier
nameName of the field to insert
offsetOffset in memory structure of the field to insert
member_idDatatype identifier of the field to insert

Description:

See original function at https://support.hdfgroup.org/documentation/hdf5/latest/group___c_o_m_p_o_u_n_d.html.

See also: H5T.open, H5T.close

Source Code: H5T.insert