Dataspace.selectHyperslab
void selectHyperslab(const hsize_t[] start, const hsize_t[] count,
const hsize_t[] stride = null, const hsize_t[] block = null,
SelectionOp op = SelectionOp.set)Selects a hyperslab region in the dataspace.
Parameters
start | Starting coordinates of the hyperslab |
count | Number of blocks in each dimension |
stride | Stride values (null for contiguous) |
block | Size of blocks (null for single-element blocks) |
op | Selection operation (default: set/replace) |
Throws
HDF5Exception if selection fails