ReadAttribute_HDF5 Interface

public interface ReadAttribute_HDF5

Calls

interface~~readattribute_hdf5~~CallsGraph interface~readattribute_hdf5 ReadAttribute_HDF5 proc~readattribute_hdf5_int32 ReadAttribute_HDF5_int32 interface~readattribute_hdf5->proc~readattribute_hdf5_int32 proc~readattribute_hdf5_character ReadAttribute_HDF5_character interface~readattribute_hdf5->proc~readattribute_hdf5_character proc~readattribute_hdf5_real ReadAttribute_HDF5_real interface~readattribute_hdf5->proc~readattribute_hdf5_real h5aopen_f h5aopen_f proc~readattribute_hdf5_int32->h5aopen_f h5aread_f h5aread_f proc~readattribute_hdf5_int32->h5aread_f h5aclose_f h5aclose_f proc~readattribute_hdf5_int32->h5aclose_f h5aget_type_f h5aget_type_f proc~readattribute_hdf5_int32->h5aget_type_f h5tclose_f h5tclose_f proc~readattribute_hdf5_int32->h5tclose_f proc~readattribute_hdf5_character->h5aopen_f proc~readattribute_hdf5_character->h5aread_f proc~readattribute_hdf5_character->h5aclose_f proc~readattribute_hdf5_character->h5aget_type_f proc~readattribute_hdf5_character->h5tclose_f proc~readattribute_hdf5_real->h5aopen_f proc~readattribute_hdf5_real->h5aread_f proc~readattribute_hdf5_real->h5aclose_f proc~readattribute_hdf5_real->h5aget_type_f proc~readattribute_hdf5_real->h5tclose_f

Called by

interface~~readattribute_hdf5~~CalledByGraph interface~readattribute_hdf5 ReadAttribute_HDF5 proc~read_hopr_mesh2d_t Read_HOPr_Mesh2D_t proc~read_hopr_mesh2d_t->interface~readattribute_hdf5 proc~read_hopr_mesh3d_t Read_HOPr_Mesh3D_t proc~read_hopr_mesh3d_t->interface~readattribute_hdf5

Contents


Module Procedures

private subroutine ReadAttribute_HDF5_int32(fileId, attributeName, attribute)

Arguments

TypeIntentOptionalAttributesName
integer(kind=HID_T), intent(in) :: fileId
character, intent(in) :: attributeName
integer, intent(out) :: attribute

private subroutine ReadAttribute_HDF5_real(fileId, attributeName, attribute)

Arguments

TypeIntentOptionalAttributesName
integer(kind=HID_T), intent(in) :: fileId
character, intent(in) :: attributeName
real(kind=prec), intent(out) :: attribute

private subroutine ReadAttribute_HDF5_character(fileId, attributeName, attribute)

Arguments

TypeIntentOptionalAttributesName
integer(kind=HID_T), intent(in) :: fileId
character, intent(in) :: attributeName
character, intent(out) :: attribute