 |
HDF5
1.13.0
|
- Global H5Acreate1 (hid_t loc_id, const char *name, hid_t type_id, hid_t space_id, hid_t acpl_id)
- Deprecated in favor of H5Acreate2()
- Global H5Epush1 (const char *file, const char *func, unsigned line, H5E_major_t maj_id, H5E_minor_t min_id, const char *msg)
- As of HDF5-1.8, this function has been deprecated in favor of the function H5Epush2() or the macro H5Epush().
- Global H5Eprint1 (FILE *stream)
- As of HDF5-1.8, this function has been deprecated in favor of the function H5Eprint2() or the macro H5Eprint().
- Global H5Eget_auto1 (H5E_auto1_t *func, void **client_data)
- As of HDF5-1.8, this function has been deprecated in favor of the function H5Eget_auto2().
- Global H5Eclear1 (void)
- As of HDF5-1.8, this function has been deprecated in favor of the function H5Eclear2().
- Global H5Aopen_name (hid_t loc_id, const char *name)
- This function is deprecated in favor of the function H5Aopen_by_name().
- Global H5Aopen_idx (hid_t loc_id, unsigned idx)
- This function is deprecated in favor of the function H5Aopen_by_idx().
- Global H5Aiterate1 (hid_t loc_id, unsigned *idx, H5A_operator1_t op, void *op_data)
- This function is deprecated in favor of the function H5Aiterate2().
- Global H5Aget_num_attrs (hid_t loc_id)
- This function is deprecated in favor of the functions H5Oget_info(), H5Oget_info_by_name(), and H5Oget_info_by_idx().
- Global H5Eset_auto1 (H5E_auto1_t func, void *client_data)
- As of HDF5-1.8, this function has been deprecated in favor of the function H5Eset_auto2().
- Global H5Tget_array_dims1 (hid_t type_id, hsize_t dims[], int perm[])
- This function is deprecated in favor of the function H5Tget_array_dims2().
- Global H5Tarray_create1 (hid_t base_id, int ndims, const hsize_t dim[], const int perm[])
- This function is deprecated in favor of the function H5Tarray_create2().
- Global H5Topen1 (hid_t loc_id, const char *name)
- This function is deprecated in favor of the function H5Topen2().
- Global H5Tcommit1 (hid_t loc_id, const char *name, hid_t type_id)
- This function is deprecated in favor the function H5Tcommit2().
- Global H5Sencode1 (hid_t obj_id, void *buf, size_t *nalloc)
- Deprecated in favor of H5Sencode2()
- Global H5Ovisit_by_name2 (hid_t loc_id, const char *obj_name, H5_index_t idx_type, H5_iter_order_t order, H5O_iterate1_t op, void *op_data, unsigned fields, hid_t lapl_id)
- As of HDF5-1.12 this function has been deprecated in favor of the function H5Ovisit_by_name3() or the macro H5Ovisit_by_name.
- Global H5Ovisit2 (hid_t obj_id, H5_index_t idx_type, H5_iter_order_t order, H5O_iterate1_t op, void *op_data, unsigned fields)
- As of HDF5-1.12 this function has been deprecated in favor of the function H5Ovisit3() or the macro H5Ovisit.
- Global H5Ovisit_by_name1 (hid_t loc_id, const char *obj_name, H5_index_t idx_type, H5_iter_order_t order, H5O_iterate1_t op, void *op_data, hid_t lapl_id)
- As of HDF5-1.12 this function has been deprecated in favor of the function H5Ovisit_by_name3() or the macro H5Ovisit_by_name.
- Global H5Gopen1 (hid_t loc_id, const char *name)
- As of HDF5-1.8.0, this function has been deprecated in favor of the function H5Gopen2() and the macro H5Gopen().
- " </dt><dd> \anchor _deprecated000072 This was my favorite function while it lasted.</dd> <dt>
Global \_internalref group___h5_s#ga82cf9f6af03ad89be21c36922e03baea "H5Sencode1" (hid_t obj_id, void *buf, size_t *nalloc)</dt><dd> \anchor _deprecated000071 Deprecated in favor of H5Sencode2()</dd> <dt>
Global \_internalref group___t_r_a_v#ga1f1ba1bb4d44f2c111990024809417ac "H5Lvisit_by_name1" (hid_t loc_id, const char *group_name, H5_index_t idx_type, H5_iter_order_t order, H5L_iterate1_t op, void *op_data, hid_t lapl_id)
- As of HDF5-1.12 this function has been deprecated in favor of the function H5Lvisit_by_name2() or the macro H5Lvisit_by_name().
- Global H5Lvisit1 (hid_t grp_id, H5_index_t idx_type, H5_iter_order_t order, H5L_iterate1_t op, void *op_data)
- As of HDF5-1.12 this function has been deprecated in favor of the function H5Lvisit2() or the macro H5Lvisit().
- Global H5Literate_by_name1 (hid_t loc_id, const char *group_name, H5_index_t idx_type, H5_iter_order_t order, hsize_t *idx, H5L_iterate1_t op, void *op_data, hid_t lapl_id)
- As of HDF5-1.12 this function has been deprecated in favor of the function H5Literate_by_name2() or the macro H5Literate_by_name().
- Global H5Literate1 (hid_t grp_id, H5_index_t idx_type, H5_iter_order_t order, hsize_t *idx, H5L_iterate1_t op, void *op_data)
- Deprecated in favor of H5Literate2().
- Global H5Lget_info_by_idx1 (hid_t loc_id, const char *group_name, H5_index_t idx_type, H5_iter_order_t order, hsize_t n, H5L_info1_t *linfo, hid_t lapl_id)
- As of HDF5-1.12 this function has been deprecated in favor of the function H5Lget_info_by_idx2() and the macro H5Lget_info_by_idx().
- Global H5Lget_info1 (hid_t loc_id, const char *name, H5L_info1_t *linfo, hid_t lapl_id)
- As of HDF5-1.12 this function has been deprecated in favor of the function H5Lget_info2() or the macro H5Lget_info().
- Global H5Ovisit1 (hid_t obj_id, H5_index_t idx_type, H5_iter_order_t order, H5O_iterate1_t op, void *op_data)
- As of HDF5-1.12 this function has been deprecated in favor of the function H5Ovisit3() or the macro H5Ovisit.
- Global H5Glink2 (hid_t cur_loc_id, const char *cur_name, H5L_type_t type, hid_t new_loc_id, const char *new_name)
- As of HDF5-1.8.0, this function has been deprecated in favor of the functions H5Lcreate_hard() and H5Lcreate_soft().
- Global H5Glink (hid_t cur_loc_id, H5L_type_t type, const char *cur_name, const char *new_name)
- As of HDF5-1.8.0, this function has been deprecated in favor of the functions H5Lcreate_hard() and H5Lcreate_soft().
- Global H5Gget_objinfo (hid_t loc_id, const char *name, hbool_t follow_link, H5G_stat_t *statbuf)
- As of HDF5-1.8.0, this function has been deprecated in favor of the function H5Oget_info() and H5Lget_info1().
- Global H5Gcreate1 (hid_t loc_id, const char *name, size_t size_hint)
- As of HDF5-1.8.0, this function has been deprecated in favor of the function H5Gcreate2() and the macro H5Gcreate().
- Global H5Fis_hdf5 (const char *file_name)
- When?
- Global H5Fset_latest_format (hid_t file_id, hbool_t latest_format)
- When?
- Global H5Fget_info1 (hid_t obj_id, H5F_info1_t *file_info)
- This function has been renamed from H5Fget_info() and is deprecated in favor of the macro H5Fget_info or the function H5Fget_info2().
- Global H5Ewalk1 (H5E_direction_t direction, H5E_walk1_t func, void *client_data)
- As of HDF5-1.8, this function has been deprecated in favor of the function H5Ewalk2() or the macro H5Ewalk().
- Global H5Eclear1 (void)
- As of HDF5-1.8, this function has been deprecated in favor of the function H5Eclear2().
- Global H5Fis_hdf5 (const char *file_name)
- When?
- Global H5Fset_latest_format (hid_t file_id, hbool_t latest_format)
- When?
- Global H5Fget_info1 (hid_t obj_id, H5F_info1_t *file_info)
- This function has been renamed from H5Fget_info() and is deprecated in favor of the macro H5Fget_info or the function H5Fget_info2().
- Global H5Ewalk1 (H5E_direction_t direction, H5E_walk1_t func, void *client_data)
- As of HDF5-1.8, this function has been deprecated in favor of the function H5Ewalk2() or the macro H5Ewalk().
- Global H5Eset_auto1 (H5E_auto1_t func, void *client_data)
- As of HDF5-1.8, this function has been deprecated in favor of the function H5Eset_auto2().
- Global H5Epush1 (const char *file, const char *func, unsigned line, H5E_major_t maj_id, H5E_minor_t min_id, const char *msg)
- As of HDF5-1.8, this function has been deprecated in favor of the function H5Epush2() or the macro H5Epush().
- Global H5Eprint1 (FILE *stream)
- As of HDF5-1.8, this function has been deprecated in favor of the function H5Eprint2() or the macro H5Eprint().
- Global H5Eget_auto1 (H5E_auto1_t *func, void **client_data)
- As of HDF5-1.8, this function has been deprecated in favor of the function H5Eget_auto2().
- Global H5Gcreate1 (hid_t loc_id, const char *name, size_t size_hint)
- As of HDF5-1.8.0, this function has been deprecated in favor of the function H5Gcreate2() and the macro H5Gcreate().
- Global H5Aopen_name (hid_t loc_id, const char *name)
- This function is deprecated in favor of the function H5Aopen_by_name().
- Global H5Aopen_idx (hid_t loc_id, unsigned idx)
- This function is deprecated in favor of the function H5Aopen_by_idx().
- Global H5Aiterate1 (hid_t loc_id, unsigned *idx, H5A_operator1_t op, void *op_data)
- This function is deprecated in favor of the function H5Aiterate2().
- Global H5Aget_num_attrs (hid_t loc_id)
- This function is deprecated in favor of the functions H5Oget_info(), H5Oget_info_by_name(), and H5Oget_info_by_idx().
- Global H5Acreate1 (hid_t loc_id, const char *name, hid_t type_id, hid_t space_id, hid_t acpl_id)
- Deprecated in favor of H5Acreate2()
- Global H5Tget_array_dims1 (hid_t type_id, hsize_t dims[], int perm[])
- This function has been renamed from H5Tget_array_dims() and is deprecated in favor of the macro H5Tget_array_dims or the function H5Tget_array_dims2().
- Global H5Tarray_create1 (hid_t base_id, int ndims, const hsize_t dim[], const int perm[])
- This function has been renamed from H5Tarray_create() and is deprecated in favor of the macro H5Tarray_create or the function H5Tarray_create2().
- Global H5Topen1 (hid_t loc_id, const char *name)
- This function has been renamed from H5Topen() and is deprecated in favor of the macro H5Topen or the function H5Topen2().
- Global H5Lvisit1 (hid_t grp_id, H5_index_t idx_type, H5_iter_order_t order, H5L_iterate1_t op, void *op_data)
- As of HDF5-1.12 this function has been deprecated in favor of the function H5Lvisit2() or the macro H5Lvisit().
- Global H5Oget_info_by_idx2 (hid_t loc_id, const char *group_name, H5_index_t idx_type, H5_iter_order_t order, hsize_t n, H5O_info1_t *oinfo, unsigned fields, hid_t lapl_id)
- As of HDF5-1.12 this function is deprecated in favor of the function H5Oget_info_by_idx3() or the macro H5Oget_info_by_idx().
- Global H5Oget_info_by_name2 (hid_t loc_id, const char *name, H5O_info1_t *oinfo, unsigned fields, hid_t lapl_id)
- As of HDF5-1.12 this function has been deprecated in favor of the function H5Oget_info_by_name3() or the macro H5Oget_info_by_name().
- Global H5Oget_info2 (hid_t loc_id, H5O_info1_t *oinfo, unsigned fields)
- As of HDF5-1.12 this function has been deprecated in favor of the function H5Oget_info3() or the macro H5Oget_info().
- Global H5Oget_info_by_idx1 (hid_t loc_id, const char *group_name, H5_index_t idx_type, H5_iter_order_t order, hsize_t n, H5O_info1_t *oinfo, hid_t lapl_id)
- As of HDF5-1.12 this function has been deprecated in favor of the function H5Oget_info_by_idx3() or the macro H5Oget_info_by_idx().
- Global H5Oget_info_by_name1 (hid_t loc_id, const char *name, H5O_info1_t *oinfo, hid_t lapl_id)
- As of HDF5-1.12 this function has been deprecated in favor of the function H5Oget_info_by_name2() or the macro H5Oget_info_by_name.
- Global H5Oget_info1 (hid_t loc_id, H5O_info1_t *oinfo)
- As of HDF5-1.12 this function has been deprecated in favor of the function H5Oget_info3() or the macro H5Oget_info.
- Global H5Oopen_by_addr (hid_t loc_id, haddr_t addr)
- As of HDF5-1.12 this function has been deprecated in favor of the function H5Oopen_by_token().
- Global H5Lvisit_by_name1 (hid_t loc_id, const char *group_name, H5_index_t idx_type, H5_iter_order_t order, H5L_iterate1_t op, void *op_data, hid_t lapl_id)
- As of HDF5-1.12 this function has been deprecated in favor of the function H5Lvisit_by_name2() or the macro H5Lvisit_by_name().
- Global H5Tcommit1 (hid_t loc_id, const char *name, hid_t type_id)
- This function has been renamed from H5Tcommit() and is deprecated in favor of the macro H5Tcommit or the function H5Tcommit2().
- Global H5Literate_by_name1 (hid_t loc_id, const char *group_name, H5_index_t idx_type, H5_iter_order_t order, hsize_t *idx, H5L_iterate1_t op, void *op_data, hid_t lapl_id)
- As of HDF5-1.12 this function has been deprecated in favor of the function H5Literate_by_name2() or the macro H5Literate_by_name().
- Global H5Literate1 (hid_t grp_id, H5_index_t idx_type, H5_iter_order_t order, hsize_t *idx, H5L_iterate1_t op, void *op_data)
- Deprecated in favor of H5Literate2().
- Global H5Lget_info_by_idx1 (hid_t loc_id, const char *group_name, H5_index_t idx_type, H5_iter_order_t order, hsize_t n, H5L_info1_t *linfo, hid_t lapl_id)
- As of HDF5-1.12 this function has been deprecated in favor of the function H5Lget_info_by_idx2() and the macro H5Lget_info_by_idx().
- Global H5Lget_info1 (hid_t loc_id, const char *name, H5L_info1_t *linfo, hid_t lapl_id)
- As of HDF5-1.12 this function has been deprecated in favor of the function H5Lget_info2() or the macro H5Lget_info().
- Global H5Gopen1 (hid_t loc_id, const char *name)
- As of HDF5-1.8.0, this function has been deprecated in favor of the function H5Gopen2() and the macro H5Gopen().
- Global H5Glink2 (hid_t cur_loc_id, const char *cur_name, H5L_type_t type, hid_t new_loc_id, const char *new_name)
- As of HDF5-1.8.0, this function has been deprecated in favor of the functions H5Lcreate_hard() and H5Lcreate_soft().
- Global H5Glink (hid_t cur_loc_id, H5L_type_t type, const char *cur_name, const char *new_name)
- As of HDF5-1.8.0, this function has been deprecated in favor of the functions H5Lcreate_hard() and H5Lcreate_soft().
- Global H5Gget_objinfo (hid_t loc_id, const char *name, hbool_t follow_link, H5G_stat_t *statbuf)
- As of HDF5-1.8.0, this function has been deprecated in favor of the function H5Oget_info() and H5Lget_info1().