Group.openGroup

Group openGroup(string name, hid_t gapl = H5P_DEFAULT)

Opens a subgroup within this group.

Parameters

nameName of the subgroup to open
gaplGroup access property list (default: H5P_DEFAULT)

Returns

A new Group instance for the subgroup

Throws

HDF5Exception if subgroup opening fails