H5Part  1.6.6
Functions
Reading and Writing Attributes
H5Part F90 API

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.

Function Documentation

INTEGER*8 function h5pt_getnfileattribs ( INTEGER*8, intent(in)  filehandle)

See H5PartGetNumFileAttribs.

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

See H5PartGetNumStepAttribs.

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

See H5PartGetStepAttribInfo.

Returns:
0 on success or error code
Parameters:
[in]filehandlethe 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.

Returns:
0 on success or error code
Parameters:
[in]filehandlethe 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.

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

See H5PartWriteFileAttribString.

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

See H5PartWriteStepAttribString.

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