H5S_IS_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 H5S_SELECT_HYPERSLAB call. If several calls to H5S_SELECT_HYPERSLAB are needed, then the hyperslab selection is irregular. |