H5Part  1.6.6
Functions/Subroutines
Reading and Writing Attributes

Functions/Subroutines

integer *8 function h5pt_getfileattribinfo (filehandle, idx, attrib_name, attrib_nelem)
 
integer *8 function h5pt_getnfileattribs (filehandle)
 
integer *8 function h5pt_getnstepattribs (filehandle)
 
integer *8 function h5pt_getstepattribinfo (filehandle, idx, attrib_name, attrib_nelem)
 
integer *8 function h5pt_readfileattrib_string (filehandle, attrib_name, attrib_value)
 
integer *8 function h5pt_readstepattrib_string (filehandle, attrib_name, attrib_value)
 
integer *8 function h5pt_writefileattrib_string (filehandle, attrib_name, attrib_value)
 
integer *8 function h5pt_writestepattrib_string (filehandle, attrib_name, attrib_value)
 

Detailed Description

Function/Subroutine Documentation

◆ h5pt_getfileattribinfo()

integer*8 function h5pt_getfileattribinfo ( integer*8, intent(in)  filehandle,
  idx,
  attrib_name,
  attrib_nelem 
)

See H5PartGetFileAttribInfo

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

◆ h5pt_getnfileattribs()

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

◆ h5pt_getnstepattribs()

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

◆ h5pt_getstepattribinfo()

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

◆ h5pt_readfileattrib_string()

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

◆ h5pt_readstepattrib_string()

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

◆ h5pt_writefileattrib_string()

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

◆ h5pt_writestepattrib_string()

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