summaryrefslogtreecommitdiffstats
path: root/src/H5Spublic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Spublic.h')
-rw-r--r--src/H5Spublic.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/H5Spublic.h b/src/H5Spublic.h
index 14ab189..5e0fd28 100644
--- a/src/H5Spublic.h
+++ b/src/H5Spublic.h
@@ -82,6 +82,11 @@ __DLL__ herr_t H5Sselect_all(hid_t spaceid);
__DLL__ herr_t H5Sselect_none(hid_t spaceid);
__DLL__ herr_t H5Soffset_simple(hid_t space_id, const hssize_t *offset);
__DLL__ htri_t H5Sselect_valid(hid_t spaceid);
+__DLL__ hssize_t H5Sget_select_hyper_nblocks(hid_t spaceid);
+__DLL__ hssize_t H5Sget_select_elem_npoints(hid_t spaceid);
+__DLL__ herr_t H5Sget_select_hyper_blocklist(hid_t spaceid, hsize_t *buf);
+__DLL__ herr_t H5Sget_select_elem_pointlist(hid_t spaceid, hsize_t *buf);
+__DLL__ herr_t H5Sget_select_bounds(hid_t spaceid, hsize_t *start, hsize_t *end);
#ifdef __cplusplus
}