hdf5.H5Zpublic

Undocumented in source.

Members

Aliases

H5Z_can_apply_func_t
alias H5Z_can_apply_func_t = htri_t function(hid_t dcpl_id, hid_t type_id, hid_t space_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Z_filter_func_t
alias H5Z_filter_func_t = H5Z_cb_return_t function(H5Z_filter_t filter, void* buf, size_t buf_size, void* op_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Z_filter_t
alias H5Z_filter_t = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Z_func_t
alias H5Z_func_t = size_t function(uint flags, size_t cd_nelmts, const uint[] cd_values, size_t nbytes, size_t* buf_size, void** buf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Z_set_local_func_t
alias H5Z_set_local_func_t = herr_t function(hid_t dcpl_id, hid_t type_id, hid_t space_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

H5Z_EDC_t
enum H5Z_EDC_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Z_SO_scale_type_t
enum H5Z_SO_scale_type_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Z_cb_return_t
enum H5Z_cb_return_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

H5Zfilter_avail
htri_t H5Zfilter_avail(H5Z_filter_t id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Zget_filter_info
herr_t H5Zget_filter_info(H5Z_filter_t filter, uint* filter_config_flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Zregister
herr_t H5Zregister(void* cls)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Zunregister
herr_t H5Zunregister(H5Z_filter_t id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

H5Z_CLASS_T_VERS
enum H5Z_CLASS_T_VERS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Z_FILTER_ALL
enum H5Z_FILTER_ALL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Z_FILTER_CONFIG_DECODE_ENABLED
enum H5Z_FILTER_CONFIG_DECODE_ENABLED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Z_FILTER_CONFIG_ENCODE_ENABLED
enum H5Z_FILTER_CONFIG_ENCODE_ENABLED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Z_FILTER_DEFLATE
enum H5Z_FILTER_DEFLATE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Z_FILTER_ERROR
enum H5Z_FILTER_ERROR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Z_FILTER_FLETCHER32
enum H5Z_FILTER_FLETCHER32;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Z_FILTER_MAX
enum H5Z_FILTER_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Z_FILTER_NBIT
enum H5Z_FILTER_NBIT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Z_FILTER_NONE
enum H5Z_FILTER_NONE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Z_FILTER_RESERVED
enum H5Z_FILTER_RESERVED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Z_FILTER_SCALEOFFSET
enum H5Z_FILTER_SCALEOFFSET;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Z_FILTER_SHUFFLE
enum H5Z_FILTER_SHUFFLE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Z_FILTER_SZIP
enum H5Z_FILTER_SZIP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Z_FLAG_DEFMASK
enum H5Z_FLAG_DEFMASK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Z_FLAG_INVMASK
enum H5Z_FLAG_INVMASK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Z_FLAG_MANDATORY
enum H5Z_FLAG_MANDATORY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Z_FLAG_OPTIONAL
enum H5Z_FLAG_OPTIONAL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Z_FLAG_REVERSE
enum H5Z_FLAG_REVERSE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Z_FLAG_SKIP_EDC
enum H5Z_FLAG_SKIP_EDC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Z_MAX_NFILTERS
enum H5Z_MAX_NFILTERS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Z_NBIT_USER_NPARMS
enum H5Z_NBIT_USER_NPARMS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Z_SCALEOFFSET_USER_NPARMS
enum H5Z_SCALEOFFSET_USER_NPARMS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Z_SHUFFLE_TOTAL_NPARMS
enum H5Z_SHUFFLE_TOTAL_NPARMS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Z_SHUFFLE_USER_NPARMS
enum H5Z_SHUFFLE_USER_NPARMS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Z_SO_INT_MINBITS_DEFAULT
enum H5Z_SO_INT_MINBITS_DEFAULT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Z_SZIP_PARM_BPP
enum H5Z_SZIP_PARM_BPP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Z_SZIP_PARM_MASK
enum H5Z_SZIP_PARM_MASK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Z_SZIP_PARM_PPB
enum H5Z_SZIP_PARM_PPB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Z_SZIP_PARM_PPS
enum H5Z_SZIP_PARM_PPS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Z_SZIP_TOTAL_NPARMS
enum H5Z_SZIP_TOTAL_NPARMS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Z_SZIP_USER_NPARMS
enum H5Z_SZIP_USER_NPARMS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5_SZIP_ALLOW_K13_OPTION_MASK
enum H5_SZIP_ALLOW_K13_OPTION_MASK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5_SZIP_CHIP_OPTION_MASK
enum H5_SZIP_CHIP_OPTION_MASK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5_SZIP_EC_OPTION_MASK
enum H5_SZIP_EC_OPTION_MASK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5_SZIP_MAX_PIXELS_PER_BLOCK
enum H5_SZIP_MAX_PIXELS_PER_BLOCK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5_SZIP_NN_OPTION_MASK
enum H5_SZIP_NN_OPTION_MASK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

H5Z_cb_t
struct H5Z_cb_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Z_class2_t
struct H5Z_class2_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta