Read the groups (i.e., directories) under a given base group in an HDF5 file.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(hdf5_obj), | intent(inout) | :: | this |
A HDF5 object |
||
character(len=*), | intent(in) | :: | basegroup |
Base group to explore |
||
character(len=str64), | intent(out), | allocatable | :: | names(:) |
Names of groups under the base group |