H5Part 1.6.1
|
Functions | |
INTEGER *8 | h5pt_getnfileattribs (filehandle) |
See H5PartGetNumFileAttribs. | |
INTEGER *8 | h5pt_getnstepattribs (filehandle) |
See H5PartGetNumStepAttribs. | |
INTEGER *8 | h5pt_getstepattribinfo (filehandle, idx, attrib_name, attrib_nelem) |
See H5PartGetStepAttribInfo. | |
INTEGER *8 | h5pt_readfileattrib_string (filehandle, attrib_name, attrib_value) |
Reads the attribute name in the file root ("/") into the string buffer value . | |
INTEGER *8 | h5pt_readstepattrib_string (filehandle, attrib_name, attrib_value) |
Reads the attribute name in the current step into the string buffer value . | |
INTEGER *8 | h5pt_writefileattrib_string (filehandle, attrib_name, attrib_value) |
See H5PartWriteFileAttribString. | |
INTEGER *8 | h5pt_writestepattrib_string (filehandle, attrib_name, attrib_value) |
See H5PartWriteStepAttribString. |
INTEGER*8 h5pt_getnfileattribs | ( | INTEGER*8,intent(in) | filehandle | ) |
filehandle | the handle returned during file open |
INTEGER*8 h5pt_getnstepattribs | ( | INTEGER*8,intent(in) | filehandle | ) |
filehandle | the handle returned during file open |
INTEGER*8 h5pt_getstepattribinfo | ( | INTEGER*8,intent(in) | filehandle, |
idx, | |||
attrib_name, | |||
attrib_nelem | |||
) |
filehandle | the handle returned during file open |
INTEGER*8 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
.
filehandle | the handle returned during file open |
INTEGER*8 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
.
filehandle | the handle returned during file open |
INTEGER*8 h5pt_writefileattrib_string | ( | INTEGER*8,intent(in) | filehandle, |
attrib_name, | |||
attrib_value | |||
) |
See H5PartWriteFileAttribString.
filehandle | the handle returned during file open |
INTEGER*8 h5pt_writestepattrib_string | ( | INTEGER*8,intent(in) | filehandle, |
attrib_name, | |||
attrib_value | |||
) |
See H5PartWriteStepAttribString.
filehandle | the handle returned during file open |