Group.open

Group open(hid_t locId, string name, hid_t gapl = H5P_DEFAULT)

Opens an existing group.

Parameters

locIdLocation identifier (file or group handle)
nameName of the group to open
gaplGroup access property list (default: H5P_DEFAULT)

Returns

A new Group instance

Throws

HDF5Exception if group opening fails