From 676ecf88dd607777ac11f68de0aecbc524ca88bc Mon Sep 17 00:00:00 2001 From: MuQun Yang Date: Wed, 27 Apr 2005 10:18:24 -0500 Subject: [svn-r10676] Purpose: Add a few constants for the scaleoffset filter. Description: Solution: Platforms tested: Misc. update: --- src/H5Zpublic.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/H5Zpublic.h b/src/H5Zpublic.h index 9eb03d0..a4eeb5e 100644 --- a/src/H5Zpublic.h +++ b/src/H5Zpublic.h @@ -59,6 +59,12 @@ typedef int H5Z_filter_t; #define H5_SZIP_EC_OPTION_MASK 4 #define H5_SZIP_NN_OPTION_MASK 32 #define H5_SZIP_MAX_PIXELS_PER_BLOCK 32 + +/* Special parameters for ScaleOffset filter*/ +#define H5_SO_FLOAT_DSCALE 0 +#define H5_SO_FLOAT_ESCALE 1 +#define H5_SO_INT 2 +#define H5_SO_INT_MINIMUMBITS_DEFAULT 0 /* Current version of the H5Z_class_t struct */ #define H5Z_CLASS_T_VERS (1) -- cgit v0.12