Group.open
Group open(hid_t locId, string name, hid_t gapl = H5P_DEFAULT)Opens an existing group.
Parameters
locId | Location identifier (file or group handle) |
name | Name of the group to open |
gapl | Group access property list (default: H5P_DEFAULT) |
Returns
A new Group instance
Throws
HDF5Exception if group opening fails