|
H5_DLL hid_t | H5Pcreate_class (hid_t parent, const char *name, H5P_cls_create_func_t cls_create, void *create_data, H5P_cls_copy_func_t cls_copy, void *copy_data, H5P_cls_close_func_t cls_close, void *close_data) |
|
H5_DLL char * | H5Pget_class_name (hid_t pclass_id) |
|
H5_DLL hid_t | H5Pcreate (hid_t cls_id) |
|
H5_DLL herr_t | H5Pregister2 (hid_t cls_id, const char *name, size_t size, void *def_value, H5P_prp_create_func_t prp_create, H5P_prp_set_func_t prp_set, H5P_prp_get_func_t prp_get, H5P_prp_delete_func_t prp_del, H5P_prp_copy_func_t prp_copy, H5P_prp_compare_func_t prp_cmp, H5P_prp_close_func_t prp_close) |
|
H5_DLL herr_t | H5Pinsert2 (hid_t plist_id, const char *name, size_t size, void *value, H5P_prp_set_func_t prp_set, H5P_prp_get_func_t prp_get, H5P_prp_delete_func_t prp_delete, H5P_prp_copy_func_t prp_copy, H5P_prp_compare_func_t prp_cmp, H5P_prp_close_func_t prp_close) |
|
H5_DLL herr_t | H5Pset (hid_t plist_id, const char *name, void *value) |
|
H5_DLL htri_t | H5Pexist (hid_t plist_id, const char *name) |
|
H5_DLL herr_t | H5Pget_size (hid_t id, const char *name, size_t *size) |
|
H5_DLL herr_t | H5Pget_nprops (hid_t id, size_t *nprops) |
|
H5_DLL hid_t | H5Pget_class (hid_t plist_id) |
|
H5_DLL hid_t | H5Pget_class_parent (hid_t pclass_id) |
|
H5_DLL herr_t | H5Pget (hid_t plist_id, const char *name, void *value) |
|
H5_DLL htri_t | H5Pequal (hid_t id1, hid_t id2) |
|
H5_DLL htri_t | H5Pisa_class (hid_t plist_id, hid_t pclass_id) |
|
H5_DLL int | H5Piterate (hid_t id, int *idx, H5P_iterate_t iter_func, void *iter_data) |
|
H5_DLL herr_t | H5Pcopy_prop (hid_t dst_id, hid_t src_id, const char *name) |
|
H5_DLL herr_t | H5Premove (hid_t plist_id, const char *name) |
|
H5_DLL herr_t | H5Punregister (hid_t pclass_id, const char *name) |
|
H5_DLL herr_t | H5Pclose_class (hid_t plist_id) |
|
H5_DLL herr_t | H5Pclose (hid_t plist_id) |
|
H5_DLL hid_t | H5Pcopy (hid_t plist_id) |
|
H5_DLL herr_t | H5Pset_attr_phase_change (hid_t plist_id, unsigned max_compact, unsigned min_dense) |
|
H5_DLL herr_t | H5Pget_attr_phase_change (hid_t plist_id, unsigned *max_compact, unsigned *min_dense) |
|
H5_DLL herr_t | H5Pset_attr_creation_order (hid_t plist_id, unsigned crt_order_flags) |
|
H5_DLL herr_t | H5Pget_attr_creation_order (hid_t plist_id, unsigned *crt_order_flags) |
|
H5_DLL herr_t | H5Pset_obj_track_times (hid_t plist_id, hbool_t track_times) |
|
H5_DLL herr_t | H5Pget_obj_track_times (hid_t plist_id, hbool_t *track_times) |
|
H5_DLL herr_t | H5Pmodify_filter (hid_t plist_id, H5Z_filter_t filter, unsigned int flags, size_t cd_nelmts, const unsigned int cd_values[]) |
|
H5_DLL herr_t | H5Pset_filter (hid_t plist_id, H5Z_filter_t filter, unsigned int flags, size_t cd_nelmts, const unsigned int c_values[]) |
|
H5_DLL int | H5Pget_nfilters (hid_t plist_id) |
|
H5_DLL H5Z_filter_t | H5Pget_filter2 (hid_t plist_id, unsigned filter, unsigned int *flags, size_t *cd_nelmts, unsigned cd_values[], size_t namelen, char name[], unsigned *filter_config) |
|
H5_DLL 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) |
|
H5_DLL htri_t | H5Pall_filters_avail (hid_t plist_id) |
|
H5_DLL herr_t | H5Premove_filter (hid_t plist_id, H5Z_filter_t filter) |
|
H5_DLL herr_t | H5Pset_deflate (hid_t plist_id, unsigned aggression) |
|
H5_DLL herr_t | H5Pset_fletcher32 (hid_t plist_id) |
|
H5_DLL herr_t | H5Pget_version (hid_t plist_id, unsigned *boot, unsigned *freelist, unsigned *stab, unsigned *shhdr) |
|
H5_DLL herr_t | H5Pset_userblock (hid_t plist_id, hsize_t size) |
|
H5_DLL herr_t | H5Pget_userblock (hid_t plist_id, hsize_t *size) |
|
H5_DLL herr_t | H5Pset_sizes (hid_t plist_id, size_t sizeof_addr, size_t sizeof_size) |
|
H5_DLL herr_t | H5Pget_sizes (hid_t plist_id, size_t *sizeof_addr, size_t *sizeof_size) |
|
H5_DLL herr_t | H5Pset_sym_k (hid_t plist_id, unsigned ik, unsigned lk) |
|
H5_DLL herr_t | H5Pget_sym_k (hid_t plist_id, unsigned *ik, unsigned *lk) |
|
H5_DLL herr_t | H5Pset_istore_k (hid_t plist_id, unsigned ik) |
|
H5_DLL herr_t | H5Pget_istore_k (hid_t plist_id, unsigned *ik) |
|
H5_DLL herr_t | H5Pset_shared_mesg_nindexes (hid_t plist_id, unsigned nindexes) |
|
H5_DLL herr_t | H5Pget_shared_mesg_nindexes (hid_t plist_id, unsigned *nindexes) |
|
H5_DLL herr_t | H5Pset_shared_mesg_index (hid_t plist_id, unsigned index_num, unsigned mesg_type_flags, unsigned min_mesg_size) |
|
H5_DLL herr_t | H5Pget_shared_mesg_index (hid_t plist_id, unsigned index_num, unsigned *mesg_type_flags, unsigned *min_mesg_size) |
|
H5_DLL herr_t | H5Pset_shared_mesg_phase_change (hid_t plist_id, unsigned max_list, unsigned min_btree) |
|
H5_DLL herr_t | H5Pget_shared_mesg_phase_change (hid_t plist_id, unsigned *max_list, unsigned *min_btree) |
|
H5_DLL herr_t | H5Pset_alignment (hid_t fapl_id, hsize_t threshold, hsize_t alignment) |
|
H5_DLL herr_t | H5Pget_alignment (hid_t fapl_id, hsize_t *threshold, hsize_t *alignment) |
|
H5_DLL herr_t | H5Pset_driver (hid_t plist_id, hid_t driver_id, const void *driver_info) |
|
H5_DLL hid_t | H5Pget_driver (hid_t plist_id) |
|
H5_DLL void * | H5Pget_driver_info (hid_t plist_id) |
|
H5_DLL herr_t | H5Pset_family_offset (hid_t fapl_id, hsize_t offset) |
|
H5_DLL herr_t | H5Pget_family_offset (hid_t fapl_id, hsize_t *offset) |
|
H5_DLL herr_t | H5Pset_multi_type (hid_t fapl_id, H5FD_mem_t type) |
|
H5_DLL herr_t | H5Pget_multi_type (hid_t fapl_id, H5FD_mem_t *type) |
|
H5_DLL herr_t | H5Pset_cache (hid_t plist_id, int mdc_nelmts, size_t rdcc_nslots, size_t rdcc_nbytes, double rdcc_w0) |
|
H5_DLL herr_t | H5Pget_cache (hid_t plist_id, int *mdc_nelmts, size_t *rdcc_nslots, size_t *rdcc_nbytes, double *rdcc_w0) |
|
H5_DLL herr_t | H5Pset_mdc_config (hid_t plist_id, H5AC_cache_config_t *config_ptr) |
|
H5_DLL herr_t | H5Pget_mdc_config (hid_t plist_id, H5AC_cache_config_t *config_ptr) |
|
H5_DLL herr_t | H5Pset_gc_references (hid_t fapl_id, unsigned gc_ref) |
|
H5_DLL herr_t | H5Pget_gc_references (hid_t fapl_id, unsigned *gc_ref) |
|
H5_DLL herr_t | H5Pset_fclose_degree (hid_t fapl_id, H5F_close_degree_t degree) |
|
H5_DLL herr_t | H5Pget_fclose_degree (hid_t fapl_id, H5F_close_degree_t *degree) |
|
H5_DLL herr_t | H5Pset_meta_block_size (hid_t fapl_id, hsize_t size) |
|
H5_DLL herr_t | H5Pget_meta_block_size (hid_t fapl_id, hsize_t *size) |
|
H5_DLL herr_t | H5Pset_sieve_buf_size (hid_t fapl_id, size_t size) |
|
H5_DLL herr_t | H5Pget_sieve_buf_size (hid_t fapl_id, size_t *size) |
|
H5_DLL herr_t | H5Pset_small_data_block_size (hid_t fapl_id, hsize_t size) |
|
H5_DLL herr_t | H5Pget_small_data_block_size (hid_t fapl_id, hsize_t *size) |
|
H5_DLL herr_t | H5Pset_libver_bounds (hid_t plist_id, H5F_libver_t low, H5F_libver_t high) |
|
H5_DLL herr_t | H5Pget_libver_bounds (hid_t plist_id, H5F_libver_t *low, H5F_libver_t *high) |
|
H5_DLL herr_t | H5Pset_elink_file_cache_size (hid_t plist_id, unsigned efc_size) |
|
H5_DLL herr_t | H5Pget_elink_file_cache_size (hid_t plist_id, unsigned *efc_size) |
|
H5_DLL herr_t | H5Pset_file_image (hid_t fapl_id, void *buf_ptr, size_t buf_len) |
|
H5_DLL herr_t | H5Pget_file_image (hid_t fapl_id, void **buf_ptr_ptr, size_t *buf_len_ptr) |
|
H5_DLL herr_t | H5Pset_file_image_callbacks (hid_t fapl_id, H5FD_file_image_callbacks_t *callbacks_ptr) |
|
H5_DLL herr_t | H5Pget_file_image_callbacks (hid_t fapl_id, H5FD_file_image_callbacks_t *callbacks_ptr) |
|
H5_DLL herr_t | H5Pset_core_write_tracking (hid_t fapl_id, hbool_t is_enabled, size_t page_size) |
|
H5_DLL herr_t | H5Pget_core_write_tracking (hid_t fapl_id, hbool_t *is_enabled, size_t *page_size) |
|
H5_DLL herr_t | H5Pset_layout (hid_t plist_id, H5D_layout_t layout) |
|
H5_DLL H5D_layout_t | H5Pget_layout (hid_t plist_id) |
|
H5_DLL herr_t | H5Pset_chunk (hid_t plist_id, int ndims, const hsize_t dim[]) |
|
H5_DLL int | H5Pget_chunk (hid_t plist_id, int max_ndims, hsize_t dim[]) |
|
H5_DLL herr_t | H5Pset_external (hid_t plist_id, const char *name, off_t offset, hsize_t size) |
|
H5_DLL int | H5Pget_external_count (hid_t plist_id) |
|
H5_DLL herr_t | H5Pget_external (hid_t plist_id, unsigned idx, size_t name_size, char *name, off_t *offset, hsize_t *size) |
|
H5_DLL herr_t | H5Pset_szip (hid_t plist_id, unsigned options_mask, unsigned pixels_per_block) |
|
H5_DLL herr_t | H5Pset_shuffle (hid_t plist_id) |
|
H5_DLL herr_t | H5Pset_nbit (hid_t plist_id) |
|
H5_DLL herr_t | H5Pset_scaleoffset (hid_t plist_id, H5Z_SO_scale_type_t scale_type, int scale_factor) |
|
H5_DLL herr_t | H5Pset_fill_value (hid_t plist_id, hid_t type_id, const void *value) |
|
H5_DLL herr_t | H5Pget_fill_value (hid_t plist_id, hid_t type_id, void *value) |
|
H5_DLL herr_t | H5Pfill_value_defined (hid_t plist, H5D_fill_value_t *status) |
|
H5_DLL herr_t | H5Pset_alloc_time (hid_t plist_id, H5D_alloc_time_t alloc_time) |
|
H5_DLL herr_t | H5Pget_alloc_time (hid_t plist_id, H5D_alloc_time_t *alloc_time) |
|
H5_DLL herr_t | H5Pset_fill_time (hid_t plist_id, H5D_fill_time_t fill_time) |
|
H5_DLL herr_t | H5Pget_fill_time (hid_t plist_id, H5D_fill_time_t *fill_time) |
|
H5_DLL herr_t | H5Pset_chunk_cache (hid_t dapl_id, size_t rdcc_nslots, size_t rdcc_nbytes, double rdcc_w0) |
|
H5_DLL herr_t | H5Pget_chunk_cache (hid_t dapl_id, size_t *rdcc_nslots, size_t *rdcc_nbytes, double *rdcc_w0) |
|
H5_DLL herr_t | H5Pset_efile_prefix (hid_t dapl_id, const char *prefix) |
|
H5_DLL ssize_t | H5Pget_efile_prefix (hid_t dapl_id, char *prefix, size_t size) |
|
H5_DLL herr_t | H5Pset_data_transform (hid_t plist_id, const char *expression) |
|
H5_DLL ssize_t | H5Pget_data_transform (hid_t plist_id, char *expression, size_t size) |
|
H5_DLL herr_t | H5Pset_buffer (hid_t plist_id, size_t size, void *tconv, void *bkg) |
|
H5_DLL size_t | H5Pget_buffer (hid_t plist_id, void **tconv, void **bkg) |
|
H5_DLL herr_t | H5Pset_preserve (hid_t plist_id, hbool_t status) |
|
H5_DLL int | H5Pget_preserve (hid_t plist_id) |
|
H5_DLL herr_t | H5Pset_edc_check (hid_t plist_id, H5Z_EDC_t check) |
|
H5_DLL H5Z_EDC_t | H5Pget_edc_check (hid_t plist_id) |
|
H5_DLL herr_t | H5Pset_filter_callback (hid_t plist_id, H5Z_filter_func_t func, void *op_data) |
|
H5_DLL herr_t | H5Pset_btree_ratios (hid_t plist_id, double left, double middle, double right) |
|
H5_DLL herr_t | H5Pget_btree_ratios (hid_t plist_id, double *left, double *middle, double *right) |
|
H5_DLL herr_t | H5Pset_vlen_mem_manager (hid_t plist_id, H5MM_allocate_t alloc_func, void *alloc_info, H5MM_free_t free_func, void *free_info) |
|
H5_DLL herr_t | H5Pget_vlen_mem_manager (hid_t plist_id, H5MM_allocate_t *alloc_func, void **alloc_info, H5MM_free_t *free_func, void **free_info) |
|
H5_DLL herr_t | H5Pset_hyper_vector_size (hid_t fapl_id, size_t size) |
|
H5_DLL herr_t | H5Pget_hyper_vector_size (hid_t fapl_id, size_t *size) |
|
H5_DLL herr_t | H5Pset_type_conv_cb (hid_t dxpl_id, H5T_conv_except_func_t op, void *operate_data) |
|
H5_DLL herr_t | H5Pget_type_conv_cb (hid_t dxpl_id, H5T_conv_except_func_t *op, void **operate_data) |
|
H5_DLL herr_t | H5Pset_create_intermediate_group (hid_t plist_id, unsigned crt_intmd) |
|
H5_DLL herr_t | H5Pget_create_intermediate_group (hid_t plist_id, unsigned *crt_intmd) |
|
H5_DLL herr_t | H5Pset_local_heap_size_hint (hid_t plist_id, size_t size_hint) |
|
H5_DLL herr_t | H5Pget_local_heap_size_hint (hid_t plist_id, size_t *size_hint) |
|
H5_DLL herr_t | H5Pset_link_phase_change (hid_t plist_id, unsigned max_compact, unsigned min_dense) |
|
H5_DLL herr_t | H5Pget_link_phase_change (hid_t plist_id, unsigned *max_compact, unsigned *min_dense) |
|
H5_DLL herr_t | H5Pset_est_link_info (hid_t plist_id, unsigned est_num_entries, unsigned est_name_len) |
|
H5_DLL herr_t | H5Pget_est_link_info (hid_t plist_id, unsigned *est_num_entries, unsigned *est_name_len) |
|
H5_DLL herr_t | H5Pset_link_creation_order (hid_t plist_id, unsigned crt_order_flags) |
|
H5_DLL herr_t | H5Pget_link_creation_order (hid_t plist_id, unsigned *crt_order_flags) |
|
H5_DLL herr_t | H5Pset_char_encoding (hid_t plist_id, H5T_cset_t encoding) |
|
H5_DLL herr_t | H5Pget_char_encoding (hid_t plist_id, H5T_cset_t *encoding) |
|
H5_DLL herr_t | H5Pset_nlinks (hid_t plist_id, size_t nlinks) |
|
H5_DLL herr_t | H5Pget_nlinks (hid_t plist_id, size_t *nlinks) |
|
H5_DLL herr_t | H5Pset_elink_prefix (hid_t plist_id, const char *prefix) |
|
H5_DLL ssize_t | H5Pget_elink_prefix (hid_t plist_id, char *prefix, size_t size) |
|
H5_DLL hid_t | H5Pget_elink_fapl (hid_t lapl_id) |
|
H5_DLL herr_t | H5Pset_elink_fapl (hid_t lapl_id, hid_t fapl_id) |
|
H5_DLL herr_t | H5Pset_elink_acc_flags (hid_t lapl_id, unsigned flags) |
|
H5_DLL herr_t | H5Pget_elink_acc_flags (hid_t lapl_id, unsigned *flags) |
|
H5_DLL herr_t | H5Pset_elink_cb (hid_t lapl_id, H5L_elink_traverse_t func, void *op_data) |
|
H5_DLL herr_t | H5Pget_elink_cb (hid_t lapl_id, H5L_elink_traverse_t *func, void **op_data) |
|
H5_DLL herr_t | H5Pset_copy_object (hid_t plist_id, unsigned crt_intmd) |
|
H5_DLL herr_t | H5Pget_copy_object (hid_t plist_id, unsigned *crt_intmd) |
|
H5_DLL herr_t | H5Padd_merge_committed_dtype_path (hid_t plist_id, const char *path) |
|
H5_DLL herr_t | H5Pfree_merge_committed_dtype_paths (hid_t plist_id) |
|
H5_DLL herr_t | H5Pset_mcdt_search_cb (hid_t plist_id, H5O_mcdt_search_cb_t func, void *op_data) |
|
H5_DLL herr_t | H5Pget_mcdt_search_cb (hid_t plist_id, H5O_mcdt_search_cb_t *func, void **op_data) |
|
H5_DLL herr_t | H5Pregister1 (hid_t cls_id, const char *name, size_t size, void *def_value, H5P_prp_create_func_t prp_create, H5P_prp_set_func_t prp_set, H5P_prp_get_func_t prp_get, H5P_prp_delete_func_t prp_del, H5P_prp_copy_func_t prp_copy, H5P_prp_close_func_t prp_close) |
|
H5_DLL herr_t | H5Pinsert1 (hid_t plist_id, const char *name, size_t size, void *value, H5P_prp_set_func_t prp_set, H5P_prp_get_func_t prp_get, H5P_prp_delete_func_t prp_delete, H5P_prp_copy_func_t prp_copy, H5P_prp_close_func_t prp_close) |
|
H5_DLL H5Z_filter_t | H5Pget_filter1 (hid_t plist_id, unsigned filter, unsigned int *flags, size_t *cd_nelmts, unsigned cd_values[], size_t namelen, char name[]) |
|
H5_DLL 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[]) |
|