diff options
Diffstat (limited to 'hl/src/H5DSpublic.h')
-rw-r--r-- | hl/src/H5DSpublic.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/hl/src/H5DSpublic.h b/hl/src/H5DSpublic.h index 7d2afff..2acce89 100644 --- a/hl/src/H5DSpublic.h +++ b/hl/src/H5DSpublic.h @@ -15,6 +15,14 @@ #ifndef _H5DSpublic_H #define _H5DSpublic_H + + +#define DIMENSION_SCALE_CLASS "DIMENSION_SCALE" +#define DIMENSION_LIST "DIMENSION_LIST" +#define REFERENCE_LIST "REFERENCE_LIST" +#define DIMENSION_LABELS "DIMENSION_LABELS" + + typedef herr_t (*H5DS_iterate_t)(hid_t dset, unsigned dim, hid_t scale, void *visitor_data); |