Functions | |
INTEGER *8 | h5_writefileattrib_string (filehandle, attrib_name, attrib_value) |
See H5WriteFileAttribString. | |
INTEGER *8 | h5_writestepattrib_string (filehandle, attrib_name, attrib_value) |
See H5WriteStepAttribString. | |
INTEGER *8 | h5_readfileattrib_string (filehandle, attrib_name, attrib_value) |
See H5ReadFileAttribString. | |
INTEGER *8 | h5_readstepattrib_string (filehandle, attrib_name, attrib_value) |
See H5ReadStepAttribString. | |
INTEGER *8 | h5_getnstepattribs (filehandle) |
See H5GetNumStepAttribs. | |
INTEGER *8 | h5_getnfileattribs (filehandle) |
See H5GetNumFileAttribs. | |
INTEGER *8 | h5_getstepattribinfo (filehandle, idx, attrib_name, attrib_nelem) |
See H5GetStepAttribInfo. |
!<
/*!
INTEGER*8 h5_writefileattrib_string | ( | INTEGER*8,intent(in) | filehandle, |
attrib_name | , | ||
attrib_value | |||
) |
filehandle | the handle returned during file open |
INTEGER*8 h5_writestepattrib_string | ( | INTEGER*8,intent(in) | filehandle, |
attrib_name | , | ||
attrib_value | |||
) |
filehandle | the handle returned during file open |
INTEGER*8 h5_readfileattrib_string | ( | INTEGER*8,intent(in) | filehandle, |
attrib_name | , | ||
attrib_value | |||
) |
filehandle | the handle returned during file open |
INTEGER*8 h5_readstepattrib_string | ( | INTEGER*8,intent(in) | filehandle, |
attrib_name | , | ||
attrib_value | |||
) |
filehandle | the handle returned during file open |
INTEGER*8 h5_getnstepattribs | ( | INTEGER*8,intent(in) | filehandle ) |
See H5GetNumStepAttribs.
filehandle | the handle returned during file open |
INTEGER*8 h5_getnfileattribs | ( | INTEGER*8,intent(in) | filehandle ) |
See H5GetNumFileAttribs.
filehandle | the handle returned during file open |
INTEGER*8 h5_getstepattribinfo | ( | INTEGER*8,intent(in) | filehandle, |
idx | , | ||
attrib_name | , | ||
attrib_nelem | |||
) |
See H5GetStepAttribInfo.
filehandle | the handle returned during file open |