diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2018-07-22 20:22:34 (GMT) |
---|---|---|
committer | M. Scot Breitenfeld <brtnfld@hdfgroup.org> | 2018-07-26 22:23:22 (GMT) |
commit | 386b5f7bf8edaaae56e2fb44b7e9d7f0972e7cb3 (patch) | |
tree | a0c0ec82f4acd6b4327239b64bd2f3cb3372bd81 /release_docs | |
parent | df934cd6657a3a9da386a8d878a9074897279a0c (diff) | |
download | hdf5-386b5f7bf8edaaae56e2fb44b7e9d7f0972e7cb3.zip hdf5-386b5f7bf8edaaae56e2fb44b7e9d7f0972e7cb3.tar.gz hdf5-386b5f7bf8edaaae56e2fb44b7e9d7f0972e7cb3.tar.bz2 |
Added class DSetAccPropList
Description:
- Added class DSetAccPropList for the dataset access property list.
- Added wrapper for H5Dget_access_plist to class DataSet
// Gets the access property list of this dataset.
DSetAccPropList getAccessPlist() const;
- Added wrappers for H5Pset_chunk_cache and H5Pget_chunk_cache to class
DSetAccPropList
// Sets the raw data chunk cache parameters.
void setChunkCache(size_t rdcc_nslots, size_t rdcc_nbytes, double rdcc_w0)
// Retrieves the raw data chunk cache parameters.
void getChunkCache(size_t &rdcc_nslots, size_t &rdcc_nbytes, double &rdcc_w0)
- Added two more arguments to H5Location::createDataSet:
const DSetAccPropList& dapl = DSetAccPropList::DEFAULT
const LinkCreatPropList& lcpl = LinkCreatPropList::DEFAULT
- Added one more argument to H5Location::openDataSet:
const DSetAccPropList& dapl = DSetAccPropList::DEFAULT
Platforms tested:
Linux/64 (jelly)
Linux/32 (jam)
Darwin (osx1010test)
Diffstat (limited to 'release_docs')
0 files changed, 0 insertions, 0 deletions