summaryrefslogtreecommitdiffstats
path: root/src/H5Ppublic.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>1998-01-28 00:23:05 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>1998-01-28 00:23:05 (GMT)
commit84e5e6fd28789bb1ae5edd5e0c9f2e9f210a4449 (patch)
tree6b7562f027d44826f81f03c1e087d92ec63141a5 /src/H5Ppublic.h
parentbae13084f03f72cb315ec022d7913359010f3ea4 (diff)
downloadhdf5-84e5e6fd28789bb1ae5edd5e0c9f2e9f210a4449.zip
hdf5-84e5e6fd28789bb1ae5edd5e0c9f2e9f210a4449.tar.gz
hdf5-84e5e6fd28789bb1ae5edd5e0c9f2e9f210a4449.tar.bz2
[svn-r177] Added H5Pselect_hyperslab routine. The parameters to this routine are similar
to the HDF4 SDwritedata routine: start, count & stride. The start indicates the base location of the hyperslab, count indicates the number of elements in the hyperslab and stride indicates the packing of the hyperslab. The hyperslab is assumed to be the same rank as the dataspace it is located within. The hyperslab is stored for future use, no I/O occurs in this routine.
Diffstat (limited to 'src/H5Ppublic.h')
-rw-r--r--src/H5Ppublic.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Ppublic.h b/src/H5Ppublic.h
index e5c800f..2efb6cb 100644
--- a/src/H5Ppublic.h
+++ b/src/H5Ppublic.h
@@ -46,6 +46,7 @@ intn H5Pget_ndims (hid_t space_id);
intn H5Pget_dims (hid_t space_id, size_t dims[]);
hbool_t H5Pis_simple (hid_t space_id);
herr_t H5Pset_space (hid_t space_id, intn rank, const size_t *dims);
+herr_t H5Pselect_hyperslab(hid_t sid, const size_t *start, const size_t *count, const size_t *stride);
#ifdef __cplusplus
}