summaryrefslogtreecommitdiffstats
path: root/src/H5Spublic.h
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2019-08-15 00:09:11 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2019-08-15 00:09:11 (GMT)
commitc490fefbc3199d45fa4d3af09dd567671a244e8d (patch)
treeaf3cf5cd0d0965ca3277a654601a28ec86a229af /src/H5Spublic.h
parent396edbe6bf053b9acc432b45eb47c3bfbdbbefed (diff)
downloadhdf5-c490fefbc3199d45fa4d3af09dd567671a244e8d.zip
hdf5-c490fefbc3199d45fa4d3af09dd567671a244e8d.tar.gz
hdf5-c490fefbc3199d45fa4d3af09dd567671a244e8d.tar.bz2
Added public H5Sselect_adjust_u and H5Shyper_adjust_s calls.
Diffstat (limited to 'src/H5Spublic.h')
-rw-r--r--src/H5Spublic.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5Spublic.h b/src/H5Spublic.h
index 9e76b4b..a04f3c1 100644
--- a/src/H5Spublic.h
+++ b/src/H5Spublic.h
@@ -143,6 +143,7 @@ H5_DLL H5S_sel_type H5Sget_select_type(hid_t spaceid);
H5_DLL hssize_t H5Sget_select_npoints(hid_t spaceid);
H5_DLL herr_t H5Sselect_copy(hid_t dst_id, hid_t src_id);
H5_DLL htri_t H5Sselect_valid(hid_t spaceid);
+H5_DLL herr_t H5Sselect_adjust_u(hid_t spaceid, const hsize_t *offset);
H5_DLL herr_t H5Sget_select_bounds(hid_t spaceid, hsize_t start[],
hsize_t end[]);
H5_DLL htri_t H5Sselect_shape_same(hid_t space1_id, hid_t space2_id);
@@ -170,6 +171,7 @@ H5_DLL htri_t H5Sget_regular_hyperslab(hid_t spaceid, hsize_t start[],
H5_DLL hssize_t H5Sget_select_hyper_nblocks(hid_t spaceid);
H5_DLL herr_t H5Sget_select_hyper_blocklist(hid_t spaceid, hsize_t startblock,
hsize_t numblocks, hsize_t buf[/*numblocks*/]);
+H5_DLL herr_t H5Shyper_adjust_s(hid_t space_id, const hssize_t *offset);
/* Operations on dataspace selection iterators */
H5_DLL hid_t H5Ssel_iter_create(hid_t spaceid, size_t elmt_size, unsigned flags);