Functions

Reading and Writing Attributes
[H5hut F90 API]

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.

Detailed Description

!<

/*!


Function Documentation

INTEGER*8 h5_writefileattrib_string ( INTEGER*8,intent(in)  filehandle,
attrib_name  ,
attrib_value   
)

See H5WriteFileAttribString.

Returns:
0 on success or error code
Parameters:
filehandlethe handle returned during file open
INTEGER*8 h5_writestepattrib_string ( INTEGER*8,intent(in)  filehandle,
attrib_name  ,
attrib_value   
)

See H5WriteStepAttribString.

Returns:
0 on success or error code
Parameters:
filehandlethe handle returned during file open
INTEGER*8 h5_readfileattrib_string ( INTEGER*8,intent(in)  filehandle,
attrib_name  ,
attrib_value   
)

See H5ReadFileAttribString.

Returns:
0 on success or error code
Parameters:
filehandlethe handle returned during file open
INTEGER*8 h5_readstepattrib_string ( INTEGER*8,intent(in)  filehandle,
attrib_name  ,
attrib_value   
)

See H5ReadStepAttribString.

Returns:
0 on success or error code
Parameters:
filehandlethe handle returned during file open
INTEGER*8 h5_getnstepattribs ( INTEGER*8,intent(in)  filehandle )

See H5GetNumStepAttribs.

Returns:
number of attributes or error code
Parameters:
filehandlethe handle returned during file open
INTEGER*8 h5_getnfileattribs ( INTEGER*8,intent(in)  filehandle )

See H5GetNumFileAttribs.

Returns:
number of attributes or error code
Parameters:
filehandlethe handle returned during file open
INTEGER*8 h5_getstepattribinfo ( INTEGER*8,intent(in)  filehandle,
idx  ,
attrib_name  ,
attrib_nelem   
)

See H5GetStepAttribInfo.

Returns:
0 on success or error code
Parameters:
filehandlethe handle returned during file open