ReadAttribute_HDF5 Interface

public 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