htri_t H5Sis_regular_hyperslab(
hid_t space_id
)
H5Sis_regular_hyperslab
takes the
dataspace identifier, space_id
,
and queries the type of the hyperslab selection.
A regular hyperslab selection is a hyperslab selection described by
setting the offset, stride, count, and block parameters for a single
H5Sselect_hyperslab
call.
If several calls to H5Sselect_hyperslab
are needed,
then the hyperslab selection is irregular.
hid_t space_id
|
|
IN: The identifier of the dataspace. |
TRUE
or FALSE
for
hyperslab selection if successful.
FAIL
on error or when querying other
selection types such as point selection.Release | Change |
1.10.0 | C function introduced with this release. |