From 9c1746f12da5bdc21f0ed8dd13ab13095a5708a7 Mon Sep 17 00:00:00 2001 From: Frank Baker Date: Wed, 4 Jun 2003 16:18:54 -0500 Subject: [svn-r6964] Purpose and Description: Added "New Functions and Tools" list. Platforms tested: Safari and IE 5. --- doc/html/ADGuide/Changes.html | 181 ++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 174 insertions(+), 7 deletions(-) diff --git a/doc/html/ADGuide/Changes.html b/doc/html/ADGuide/Changes.html index 79df8e7..87ef581 100755 --- a/doc/html/ADGuide/Changes.html +++ b/doc/html/ADGuide/Changes.html @@ -48,15 +48,182 @@ Note that changes at the subrelease level in the Release 1.4 production branch, i.e., Releases 1.4.1, 1.4.2, ..., are summarized in the Release 1.4.x versions of this document; they are not reported here. -

New Functions

- The following functions are new for Release 1.5 and are included in the +

New Functions and Tools

+
+
The following functions are new for Release 1.5 and are included in the HDF5 Reference Manual. - -
-H5function with full syntax
-
-
+
 
+
herr_t H5Pset_filter + (hid_t plist, H5Z_filter_t filter, + unsigned int flags, size_t cd_nelmts, + const unsigned int cd_values[]) +
+
+ herr_t H5Pset_fletcher32 (hid_t + plist) +
+
+ herr_t H5Pset_edc_check (hid_t + plist, H5Z_EDC_t check) +
+
+ H5Z_EDC_t H5Pget_edc_check (hid_t + plist) +
+
+ herr_t H5Pset_filter_callback (hid_t + plist, H5Z_filter_func_t func, + void *op_data) +
+
+ hid_t H5Dget_space_status (hid_t + dset_id, H5D_space_status_t *status) +
+
+ herr_t H5Pset_alloc_time (hid_t + plist_id, H5D_alloc_time_t alloc_time) +
+
+ herr_t H5Pget_alloc_time (hid_t plist_id, + H5D_alloc_time_t *alloc_time) +
+
+ herr_t H5Pset_fill_time (hid_t plist_id, + H5D_fill_time_t fill_time) +
+
+ herr_t H5Pget_fill_time (hid_t plist_id, + H5D_fill_time_t *fill_time) +
+
+ herr_t H5Pfill_value_defined (hid_t plist_id, + H5D_fill_value_t *status) +
+
+ herr_t H5Pset_shuffle (hid_t plist_id) +
+
+ herr_t H5Zfilter_avail (H5Z_filter_t filter) +
+
+ herr_t H5Zunregister (H5Z_filter_t filter) +
+
+ herr_t H5Pmodify_filter (hid_t plist, + H5Z_filter_t filter, unsigned int flags, + size_t cd_nelmts, const unsigned int cd_values[]) +
+
+ herr_t H5Pget_filter_by_id (hid_t plist_id, + H5Z_filter_t filter, unsigned int *flags, + size_t *cd_nelmts, unsigned int cd_values[], + size_t namelen, char *name[]) +
+
+ htri_t H5Pall_filters_avail (hid_t dcpl_id) +
+
+ herr_t H5Pset_szip (hid_t plist, + unsigned int options_mask, unsigned int + pixels_per_block) +
+
+ H5S_sel_type H5Sget_select_type (hid_t space_id) +
+
+ ssize_t H5Iget_name (hid_t obj_id, + char *name, size_t size) +
+
+ herr_t H5set_free_list_limits (int reg_global_lim, + int reg_list_lim, int arr_global_lim, + int arr_list_lim, int blk_global_lim, + int blk_list_lim) +
+
+ hsize_t H5Dget_offset (hid_t dset_id) +
+
+ herr_t H5Fget_vfd_handle (hid_t file_id, + hid_t fapl_id, void *file_handle) +
+
+ herr_t H5Fget_obj_ids (hid_t file_id, + unsigned int types, hid_t *obj_id_list) +
+
+ herr_t H5Gget_num_objs (hid_t loc_id, + hsize_t* num_obj) +
+
+ ssize_t H5Gget_objname_by_idx (hid_t group_id, + hsize_t idx, char *name, + size_t* size) +
+
+ int H5Gget_objtype_by_idx (hid_t group_id, + hsize_t idx) +
+
+ herr_t H5Pset_family_offset (hid_t fapl_id, + hsize_t offset) +
+
+ herr_t H5Pget_family_offset (hid_t fapl_id, + hsize_t *offset) +
+
+ herr_t H5Pset_multi_type (hid_t fapl_id, + H5FD_mem_t type) +
+
+ herr_t H5Pget_multi_type (hid_t fapl_id, + H5FD_mem_t *type) +
+
+ herr_t H5Pset_fapl_mpiposix (hid_t fapl_id, + MPI_Comm comm) +
+
+ herr_t H5Pget_fapl_mpiposix (hid_t fapl_id, + MPI_Comm *comm) +
+
+ herr_t H5Pset_hyper_vector_size (hid_t dxpl_id, + size_t vector_size) +
+
+ herr_t H5Pget_hyper_vector_size (hid_t dxpl_id, + size_t *vector_size) +
+
+ int H5Rget_object_type (hid_t id, + void *ref ) +
+
+ hid_t H5Tget_native_type (hid_t type_id, + H5T_direction_t direction) +
+
+ htri_t H5Tis_variable_str (hid_t dtype_id) +
+
+ htri_t H5Tdetect_class (hid_t dtype_id, + H5T_class_t dtype_class) +
+
 
+ +
The following tools are new for Release 1.5 and are included in the + HDF5 Reference Manual. +
 
+
h5import +
h5fc +
h5perf +
h5redeploy + +
+

Deleted Functions

The following functions have been removed from the HDF5 library -- cgit v0.12