Dataset.open

Dataset open(hid_t locId, string name, hid_t dapl = H5P_DEFAULT)

Opens an existing dataset.

Parameters

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

Returns

A new Dataset instance

Throws

HDF5Exception if dataset opening fails