Reference.createRegion
Reference createRegion(hid_t locId, string name, hid_t spaceId,
hid_t oapl = H5P_DEFAULT)Creates a region reference.
Parameters
locId | Location identifier (file or group handle) |
name | Path to the dataset containing the region |
spaceId | Dataspace identifier defining the region |
oapl | Object access property list (default: H5P_DEFAULT) |
Returns
A new Reference instance pointing to the region
Throws
HDF5Exception if reference creation fails