Group.openGroup
Group openGroup(string name, hid_t gapl = H5P_DEFAULT)Opens a subgroup within this group.
Parameters
name | Name of the subgroup to open |
gapl | Group access property list (default: H5P_DEFAULT) |
Returns
A new Group instance for the subgroup
Throws
HDF5Exception if subgroup opening fails