H5Part
1.6.6
|
Functions/Subroutines | |
integer *8 function | h5pt_getfileattribinfo (filehandle, idx, attrib_name, attrib_nelem) |
integer *8 function | h5pt_getnfileattribs (filehandle) |
integer *8 function | h5pt_getnstepattribs (filehandle) |
integer *8 function | h5pt_getstepattribinfo (filehandle, idx, attrib_name, attrib_nelem) |
integer *8 function | h5pt_readfileattrib_string (filehandle, attrib_name, attrib_value) |
integer *8 function | h5pt_readstepattrib_string (filehandle, attrib_name, attrib_value) |
integer *8 function | h5pt_writefileattrib_string (filehandle, attrib_name, attrib_value) |
integer *8 function | h5pt_writestepattrib_string (filehandle, attrib_name, attrib_value) |
integer*8 function h5pt_getfileattribinfo | ( | integer*8, intent(in) | filehandle, |
idx, | |||
attrib_name, | |||
attrib_nelem | |||
) |
[in] | filehandle | the handle returned during file open |
integer*8 function h5pt_getnfileattribs | ( | integer*8, intent(in) | filehandle | ) |
[in] | filehandle | the handle returned during file open |
integer*8 function h5pt_getnstepattribs | ( | integer*8, intent(in) | filehandle | ) |
[in] | filehandle | the handle returned during file open |
integer*8 function h5pt_getstepattribinfo | ( | integer*8, intent(in) | filehandle, |
idx, | |||
attrib_name, | |||
attrib_nelem | |||
) |
[in] | filehandle | the handle returned during file open |
integer*8 function h5pt_readfileattrib_string | ( | integer*8, intent(in) | filehandle, |
attrib_name, | |||
attrib_value | |||
) |
Reads the attribute name
in the file root ("/") into the string buffer value
.
[in] | filehandle | the handle returned during file open |
integer*8 function h5pt_readstepattrib_string | ( | integer*8, intent(in) | filehandle, |
attrib_name, | |||
attrib_value | |||
) |
Reads the attribute name
in the current step into the string buffer value
.
[in] | filehandle | the handle returned during file open |
integer*8 function h5pt_writefileattrib_string | ( | integer*8, intent(in) | filehandle, |
attrib_name, | |||
attrib_value | |||
) |
See H5PartWriteFileAttribString
[in] | filehandle | the handle returned during file open |
integer*8 function h5pt_writestepattrib_string | ( | integer*8, intent(in) | filehandle, |
attrib_name, | |||
attrib_value | |||
) |
See H5PartWriteStepAttribString
[in] | filehandle | the handle returned during file open |