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