![]() |
HDF5
1.12.0
|
Functions | |
| 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_delete, H5P_prp_copy_func_t prp_copy, H5P_prp_close_func_t prp_close) |
| 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) |
| herr_t | H5Pget_version (hid_t plist_id, unsigned *super, unsigned *freelist, unsigned *stab, unsigned *shhdr) |
| herr_t | H5Pencode1 (hid_t plist_id, void *buf, size_t *nalloc) |
| herr_t | H5Pset_file_space (hid_t plist_id, H5F_file_space_type_t strategy, hsize_t threshold) |
| herr_t | H5Pget_file_space (hid_t plist_id, H5F_file_space_type_t *strategy, hsize_t *threshold) |
References FAIL, H5CX_set_apl(), H5I_GENPROP_LST, H5I_object_verify(), H5P__encode(), H5P_CLS_FACC, NULL, and ret_value.
| herr_t H5Pget_file_space | ( | hid_t | plist_id, |
| H5F_file_space_type_t * | strategy, | ||
| hsize_t * | threshold | ||
| ) |
References FAIL, H5E_BADVALUE, H5F_FILE_SPACE_AGGR_VFD, H5F_FILE_SPACE_ALL, H5F_FILE_SPACE_ALL_PERSIST, H5F_FILE_SPACE_VFD, H5F_FSPACE_STRATEGY_AGGR, H5F_FSPACE_STRATEGY_FSM_AGGR, H5F_FSPACE_STRATEGY_NONE, H5F_FSPACE_STRATEGY_NTYPES, H5F_FSPACE_STRATEGY_PAGE, H5Pget_file_space_strategy(), and ret_value.
Referenced by H5Pset_file_space().
| herr_t H5Pget_version | ( | hid_t | plist_id, |
| unsigned * | super, | ||
| unsigned * | freelist, | ||
| unsigned * | stab, | ||
| unsigned * | shhdr | ||
| ) |
References FAIL, H5P_get(), H5P_object_verify(), NULL, and ret_value.
| 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 | ||
| ) |
References FAIL, H5E_BADVALUE, H5E_CANTREGISTER, H5I_GENPROP_LST, H5I_object_verify(), H5P_insert(), name, NULL, ret_value, and size.
| 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_delete, | ||
| H5P_prp_copy_func_t | prp_copy, | ||
| H5P_prp_close_func_t | prp_close | ||
| ) |
References FAIL, H5E_BADVALUE, H5E_CANTREGISTER, H5I_GENPROP_CLS, H5I_object_verify(), H5I_subst(), H5P__close_class(), H5P__register(), HDassert(), name, NULL, ret_value, and size.
| herr_t H5Pset_file_space | ( | hid_t | plist_id, |
| H5F_file_space_type_t | strategy, | ||
| hsize_t | threshold | ||
| ) |
References FAIL, H5E_BADVALUE, H5F_FILE_SPACE_AGGR_VFD, H5F_FILE_SPACE_ALL, H5F_FILE_SPACE_ALL_PERSIST, H5F_FILE_SPACE_DEFAULT, H5F_FILE_SPACE_NTYPES, H5F_FILE_SPACE_VFD, H5F_FSPACE_STRATEGY_AGGR, H5F_FSPACE_STRATEGY_FSM_AGGR, H5F_FSPACE_STRATEGY_NONE, H5Pget_file_space(), H5Pset_file_space_strategy(), NULL, and ret_value.