summaryrefslogtreecommitdiffstats
path: root/src/H5Ppublic.h
diff options
context:
space:
mode:
authorXiaowen Wu <wuxiaowe@ncsa.uiuc.edu>2005-02-17 03:03:50 (GMT)
committerXiaowen Wu <wuxiaowe@ncsa.uiuc.edu>2005-02-17 03:03:50 (GMT)
commit7b4b65be1ceffea0db89d0e7b234201d2229244a (patch)
treef38e285d19a169d1e5920aa02cefaa005f7f8259 /src/H5Ppublic.h
parent92173d4496ef45c01a25e74ee95d6274085ac5bf (diff)
downloadhdf5-7b4b65be1ceffea0db89d0e7b234201d2229244a.zip
hdf5-7b4b65be1ceffea0db89d0e7b234201d2229244a.tar.gz
hdf5-7b4b65be1ceffea0db89d0e7b234201d2229244a.tar.bz2
[svn-r10025] Purpose:
New feature. Description: Add the scaleoffset internal library filter. Solution: Platforms tested: heping, copper, arabica Misc. update:
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 e51688e..576b66b 100644
--- a/src/H5Ppublic.h
+++ b/src/H5Ppublic.h
@@ -246,6 +246,7 @@ H5_DLL herr_t H5Pset_deflate(hid_t plist_id, unsigned aggression);
H5_DLL herr_t H5Pset_szip(hid_t plist_id, unsigned options_mask, unsigned pixels_per_block);
H5_DLL herr_t H5Pset_shuffle(hid_t plist_id);
H5_DLL herr_t H5Pset_nbit(hid_t plist_id);
+H5_DLL herr_t H5Pset_scaleoffset(hid_t plist_id, unsigned min_bits);
H5_DLL herr_t H5Pset_fletcher32(hid_t plist_id);
H5_DLL herr_t H5Pset_edc_check(hid_t plist_id, H5Z_EDC_t check);
H5_DLL H5Z_EDC_t H5Pget_edc_check(hid_t plist_id);