summaryrefslogtreecommitdiffstats
path: root/src/H5Zpkg.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/H5Zpkg.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/H5Zpkg.h')
-rw-r--r--src/H5Zpkg.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/H5Zpkg.h b/src/H5Zpkg.h
index 69ed127..c00dc58 100644
--- a/src/H5Zpkg.h
+++ b/src/H5Zpkg.h
@@ -57,6 +57,13 @@ H5_DLLVAR H5Z_class_t H5Z_SZIP[1];
H5_DLLVAR H5Z_class_t H5Z_NBIT[1];
#endif /* H5_HAVE_FILTER_NBIT */
+#ifdef H5_HAVE_FILTER_SCALEOFFSET
+/*
+ * scaleoffset filter
+ */
+H5_DLLVAR H5Z_class_t H5Z_SCALEOFFSET[1];
+#endif /* H5_HAVE_FILTER_SCALEOFFSET */
+
/* Package-local function prototypes */
H5_DLL void H5Z_update_class_vers(H5Z_class_t * old_vers, H5Z_class_t * curr_vers);