diff options
author | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2013-07-09 15:16:46 (GMT) |
---|---|---|
committer | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2013-07-09 15:16:46 (GMT) |
commit | 46b5d073b56090829f6f6519553b4a427703e129 (patch) | |
tree | 78087e067c6b941a1cd3e4c5e21f3a77d5e8f896 /src/H5Spublic.h | |
parent | e74f49bdc142517aab4ab2e6823edef186895971 (diff) | |
download | hdf5-46b5d073b56090829f6f6519553b4a427703e129.zip hdf5-46b5d073b56090829f6f6519553b4a427703e129.tar.gz hdf5-46b5d073b56090829f6f6519553b4a427703e129.tar.bz2 |
[svn-r23876] - Add functionality to generate IOD hyperslabs for HDF5 dataspace selections
- Fix some bugs & valgrind warnings
Diffstat (limited to 'src/H5Spublic.h')
-rw-r--r-- | src/H5Spublic.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/H5Spublic.h b/src/H5Spublic.h index 6e87a65..f4f28f6 100644 --- a/src/H5Spublic.h +++ b/src/H5Spublic.h @@ -113,6 +113,13 @@ H5_DLL herr_t H5Sselect_hyperslab(hid_t space_id, H5S_seloper_t op, const hsize_t _stride[], const hsize_t count[], const hsize_t _block[]); +H5_DLL htri_t H5Sselect_is_regular(hid_t space_id); +H5_DLL herr_t H5Sget_reg_hyperslab_params(hid_t space_id, + hsize_t start[], + hsize_t stride[], + hsize_t count[], + hsize_t block[]); + /* #define NEW_HYPERSLAB_API */ /* Note that these haven't been working for a while and were never * publicly released - QAK */ |