|
| herr_t | H5Pset_attr_phase_change (hid_t plist_id, unsigned max_compact, unsigned min_dense) |
| |
| herr_t | H5Pget_attr_phase_change (hid_t plist_id, unsigned *max_compact, unsigned *min_dense) |
| |
| herr_t | H5Pset_attr_creation_order (hid_t plist_id, unsigned crt_order_flags) |
| |
| herr_t | H5Pget_attr_creation_order (hid_t plist_id, unsigned *crt_order_flags) |
| |
| herr_t | H5Pset_obj_track_times (hid_t plist_id, hbool_t track_times) |
| |
| herr_t | H5Pget_obj_track_times (hid_t plist_id, hbool_t *track_times) |
| |
| herr_t | H5P_modify_filter (H5P_genplist_t *plist, H5Z_filter_t filter, unsigned flags, size_t cd_nelmts, const unsigned cd_values[]) |
| |
| herr_t | H5Pmodify_filter (hid_t plist_id, H5Z_filter_t filter, unsigned int flags, size_t cd_nelmts, const unsigned int cd_values[]) |
| |
| herr_t | H5Pset_filter (hid_t plist_id, H5Z_filter_t filter, unsigned int flags, size_t cd_nelmts, const unsigned int cd_values[]) |
| |
| int | H5Pget_nfilters (hid_t plist_id) |
| |
| H5Z_filter_t | H5Pget_filter2 (hid_t plist_id, unsigned idx, unsigned int *flags, size_t *cd_nelmts, unsigned cd_values[], size_t namelen, char name[], unsigned *filter_config) |
| |
| herr_t | H5P_get_filter_by_id (H5P_genplist_t *plist, H5Z_filter_t id, unsigned int *flags, size_t *cd_nelmts, unsigned cd_values[], size_t namelen, char name[], unsigned *filter_config) |
| |
| herr_t | H5Pget_filter_by_id2 (hid_t plist_id, H5Z_filter_t id, unsigned int *flags, size_t *cd_nelmts, unsigned cd_values[], size_t namelen, char name[], unsigned *filter_config) |
| |
| htri_t | H5Pall_filters_avail (hid_t plist_id) |
| |
| htri_t | H5P_filter_in_pline (H5P_genplist_t *plist, H5Z_filter_t id) |
| |
| herr_t | H5Premove_filter (hid_t plist_id, H5Z_filter_t filter) |
| |
| herr_t | H5Pset_deflate (hid_t plist_id, unsigned level) |
| |
| herr_t | H5Pset_fletcher32 (hid_t plist_id) |
| |
| herr_t | H5P__get_filter (const H5Z_filter_info_t *filter, unsigned int *flags, size_t *cd_nelmts, unsigned cd_values[], size_t namelen, char name[], unsigned *filter_config) |
| |
| H5Z_filter_t | H5Pget_filter1 (hid_t plist_id, unsigned idx, unsigned int *flags, size_t *cd_nelmts, unsigned cd_values[], size_t namelen, char name[]) |
| |
| herr_t | H5Pget_filter_by_id1 (hid_t plist_id, H5Z_filter_t id, unsigned int *flags, size_t *cd_nelmts, unsigned cd_values[], size_t namelen, char name[]) |
| |