From ca33a5498c018d1311f83e6446f47610f00f35b0 Mon Sep 17 00:00:00 2001 From: Frank Baker Date: Tue, 10 Jun 2003 10:38:46 -0500 Subject: [svn-r7014] Purpose: To facilitate finding functions, particularly in long Reference Manual sections. Solution: Added alphabetized function listings. (NOTE: Aside from the H5I and H5Z sections, this is not necessarily the final implementation; there will likely be another revision in the presentation of this listing before it is released.) Platforms tested: Safari, IE 5 --- doc/html/RM_H5.html | 29 ++++++++++- doc/html/RM_H5A.html | 34 ++++++++++++- doc/html/RM_H5D.html | 38 +++++++++++++- doc/html/RM_H5E.html | 31 +++++++++++- doc/html/RM_H5F.html | 37 +++++++++++++- doc/html/RM_H5G.html | 40 ++++++++++++++- doc/html/RM_H5I.html | 10 ++-- doc/html/RM_H5P.html | 139 ++++++++++++++++++++++++++++++++++++++++++++++++++- doc/html/RM_H5R.html | 27 +++++++++- doc/html/RM_H5S.html | 48 +++++++++++++++++- doc/html/RM_H5T.html | 84 ++++++++++++++++++++++++++++++- doc/html/RM_H5Z.html | 16 +++--- 12 files changed, 510 insertions(+), 23 deletions(-) diff --git a/doc/html/RM_H5.html b/doc/html/RM_H5.html index 293c7ab..bf1976b 100644 --- a/doc/html/RM_H5.html +++ b/doc/html/RM_H5.html @@ -71,6 +71,33 @@ and it users. +
+ +Alphabetical Listing + + + + + + + + + + + + + +
+
  • H5check_version +
  • H5close +
  • H5dont_atexit +
  •        +
  • H5garbage_collect +
  • H5get_libversion +
  • H5open +
  •        +
  • H5set_free_list_limits +
  • The FORTRAN90 Interfaces: @@ -482,7 +509,7 @@ And in this document, the Describes HDF5 Release 1.5, Unreleased Development Branch -Last modified: 11 April 2003 +Last modified: 6 June 2003 diff --git a/doc/html/RM_H5A.html b/doc/html/RM_H5A.html index cec5fbd..d6a7c34 100644 --- a/doc/html/RM_H5A.html +++ b/doc/html/RM_H5A.html @@ -78,6 +78,38 @@ and information about attributes. +
    + +Alphabetical Listing + + + + + + + + + + + + + +
    +
  • H5Aclose +
  • H5Acreate +
  • H5Adelete +
  • H5Aget_name +
  •        +
  • H5Aget_num_attrs +
  • H5Aget_space +
  • H5Aget_type +
  • H5Aiterate +
  •        +
  • H5Aopen_idx +
  • H5Aopen_name +
  • H5Aread +
  • H5Awrite +
  • The FORTRAN90 Interfaces: @@ -689,7 +721,7 @@ And in this document, the Describes HDF5 Release 1.5, Unreleased Development Branch -Last modified: 18 Dec 2001 +Last modified: 6 June 2001 diff --git a/doc/html/RM_H5D.html b/doc/html/RM_H5D.html index ad94a82..789fa29 100644 --- a/doc/html/RM_H5D.html +++ b/doc/html/RM_H5D.html @@ -90,6 +90,42 @@ and set and retrieve their constant or persistent properties. +
    + +Alphabetical Listing + + + + + + + + + + + + + +
    +
  • H5Dclose +
  • H5Dcreate +
  • H5Dextend +
  • H5Dfill +
  • H5Dget_create_plist +
  • H5Dget_offset +
  •        +
  • H5Dget_space +
  • H5Dget_space_status +
  • H5Dget_storage_size +
  • H5Dget_type +
  • H5Diterate +
  • H5Dopen +
  •        +
  • H5Dread +
  • H5Dvlen_get_buf_size +
  • H5Dvlen_reclaim +
  • H5Dwrite +
  • The FORTRAN90 Interfaces: @@ -1133,7 +1169,7 @@ And in this document, the Describes HDF5 Release 1.5, Unreleased Development Branch -Last modified: 11 April 2003 +Last modified: 6 June 2003 diff --git a/doc/html/RM_H5E.html b/doc/html/RM_H5E.html index 5c4e743..f15b017 100644 --- a/doc/html/RM_H5E.html +++ b/doc/html/RM_H5E.html @@ -74,6 +74,35 @@ These functions provide error handling capabilities in the HDF5 environment. +
    + +Alphabetical Listing + + + + + + + + + + + + + +
    +
  • H5Eclear +
  • H5Eget_auto +
  • H5Eget_major +
  •        +
  • H5Eget_minor +
  • H5Eprint +
  • H5Epush +
  •        +
  • H5Eset_auto +
  • H5Ewalk +
  • H5Ewalk_cb +
  • The FORTRAN90 Interfaces: @@ -577,7 +606,7 @@ And in this document, the Describes HDF5 Release 1.5, Unreleased Development Branch -Last modified: 3 April 2003 +Last modified: 6 June 2003 diff --git a/doc/html/RM_H5F.html b/doc/html/RM_H5F.html index 77ca2c5..3408bb8 100644 --- a/doc/html/RM_H5F.html +++ b/doc/html/RM_H5F.html @@ -80,6 +80,41 @@ documented below. +
    + +Alphabetical Listing + + + + + + + + + + + + + +
    +
  • H5Fclose +
  • H5Fcreate +
  • H5Fflush +
  • H5Fget_access_plist +
  • H5Fget_create_plist + + +
  •        +
  • H5Fget_obj_count +
  • H5Fget_obj_ids +
  • H5Fget_vfd_handle +
  • H5Fis_hdf5 +
  • H5Fmount +
  •        +
  • H5Fopen +
  • H5Freopen +
  • H5Funmount +
  • The FORTRAN90 Interfaces: @@ -905,7 +940,7 @@ And in this document, the Describes HDF5 Release 1.5, Unreleased Development Branch -Last modified: 3 April 2003 +Last modified: 6 June 2003 diff --git a/doc/html/RM_H5G.html b/doc/html/RM_H5G.html index 1c8bbe6..a2af902 100644 --- a/doc/html/RM_H5G.html +++ b/doc/html/RM_H5G.html @@ -82,6 +82,44 @@ of objects in an HDF5 file. +
    + +Alphabetical Listing + + + + + + + + + + + + + +
    +
  • H5Gclose +
  • H5Gcreate +
  • H5Gget_comment +
  • H5Gget_linkval +
  • H5Gget_num_objs +
  • H5Gget_objinfo + + +
  •        +
  • H5Gget_objname_by_idx +
  • H5Gget_objtype_by_idx +
  • H5Giterate +
  • H5Glink +
  • H5Glink2 +
  • H5Gmove +
  •        +
  • H5Gmove2 +
  • H5Gopen +
  • H5Gset_comment +
  • H5Gunlink +
  • The FORTRAN90 Interfaces: @@ -1133,7 +1171,7 @@ And in this document, the Describes HDF5 Release 1.5, Unreleased Development Branch -Last modified: 22 April 2003 +Last modified: 6 June 2003 diff --git a/doc/html/RM_H5I.html b/doc/html/RM_H5I.html index 74005a1..df4fecd 100644 --- a/doc/html/RM_H5I.html +++ b/doc/html/RM_H5I.html @@ -58,11 +58,11 @@ object names.
                 
    +
    + +Alphabetical Listing + + + + + + + + + + + + + +
    +
  • H5Rcreate +
  • H5Rdereference +
  •        +
  • H5Rget_obj_type
  • +
  • H5Rget_object_type +
  •        +
  • H5Rget_region +
  • The FORTRAN90 Interfaces: @@ -338,7 +363,7 @@ And in this document, the Describes HDF5 Release 1.5, Unreleased Development Branch -Last modified: 8 April 2003 +Last modified: 6 June 2003 diff --git a/doc/html/RM_H5S.html b/doc/html/RM_H5S.html index ec39de2..6d70b02 100644 --- a/doc/html/RM_H5S.html +++ b/doc/html/RM_H5S.html @@ -93,6 +93,52 @@ elements of a dataset. +
    + +Alphabetical Listing + + + + + + + + + + + + + +
    +
  • H5Sclose +
  • H5Scopy +
  • H5Screate +
  • H5Screate_simple +
  • H5Sextent_copy +
  • H5Sget_select_bounds +
  • H5Sget_select_elem_npoints +
  • H5Sget_select_elem_pointlist +
  • H5Sget_select_hyper_blocklist +
  •        +
  • H5Sget_select_hyper_nblocks +
  • H5Sget_select_npoints +
  • H5Sget_select_type +
  • H5Sget_simple_extent_dims +
  • H5Sget_simple_extent_ndims +
  • H5Sget_simple_extent_npoints +
  • H5Sget_simple_extent_type +
  • H5Sis_simple +
  • H5Soffset_simple +
  •        + +
  • H5Sselect_all +
  • H5Sselect_elements +
  • H5Sselect_hyperslab +
  • H5Sselect_none +
  • H5Sselect_valid +
  • H5Sset_extent_none +
  • H5Sset_extent_simple +
  • The FORTRAN90 Interfaces: @@ -1389,7 +1435,7 @@ And in this document, the Describes HDF5 Release 1.5, Unreleased Development Branch -Last modified: 17 April 2003 +Last modified: 6 June 2003 diff --git a/doc/html/RM_H5T.html b/doc/html/RM_H5T.html index 5118863..c19acf7 100644 --- a/doc/html/RM_H5T.html +++ b/doc/html/RM_H5T.html @@ -143,6 +143,88 @@ of a dataset. +
    + +Alphabetical Listing + + + + + + + + + + + + +
    +
  • H5Tarray_create +
  • H5Tclose +
  • H5Tcommit +
  • H5Tcommitted +
  • H5Tconvert +
  • H5Tcopy +
  • H5Tcreate +
  • H5Tdetect_class +
  • H5Tenum_create +
  • H5Tenum_insert +
  • H5Tenum_nameof +
  • H5Tenum_valueof +
  • H5Tequal +
  • H5Tfind +
  • H5Tget_array_dims +
  • H5Tget_array_ndims +
  • H5Tget_class +
  • H5Tget_cset +
  • H5Tget_ebias +
  • H5Tget_fields +
  • H5Tget_inpad +
  •        +
  • H5Tget_member_class +
  • H5Tget_member_index +
  • H5Tget_member_name +
  • H5Tget_member_offset +
  • H5Tget_member_type +
  • H5Tget_member_value +
  • H5Tget_native_type +
  • H5Tget_nmembers +
  • H5Tget_norm +
  • H5Tget_offset +
  • H5Tget_order +
  • H5Tget_overflow +
  • H5Tget_pad +
  • H5Tget_precision +
  • H5Tget_sign +
  • H5Tget_size +
  • H5Tget_strpad +
  • H5Tget_super +
  • H5Tget_tag +
  • H5Tinsert +
  • H5Tis_variable_str +
  •        +
  • H5Tlock +
  • H5Topen +
  • H5Tpack +
  • H5Tregister +
  • H5Tset_cset +
  • H5Tset_ebias +
  • H5Tset_fields +
  • H5Tset_inpad +
  • H5Tset_norm +
  • H5Tset_offset +
  • H5Tset_order +
  • H5Tset_overflow +
  • H5Tset_pad +
  • H5Tset_precision +
  • H5Tset_sign +
  • H5Tset_size +
  • H5Tset_strpad +
  • H5Tset_tag +
  • H5Tunregister +
  • H5Tvlen_create +
  • +

    The FORTRAN90 Interfaces:
    @@ -2945,7 +3027,7 @@ And in this document, the Describes HDF5 Release 1.5, Unreleased Development Branch -Last modified: 1 May 2003 +Last modified: 6 June 2003 diff --git a/doc/html/RM_H5Z.html b/doc/html/RM_H5Z.html index aad57f4..a6ebe20 100644 --- a/doc/html/RM_H5Z.html +++ b/doc/html/RM_H5Z.html @@ -55,15 +55,15 @@ for the local environment.
                 
    @@ -118,16 +118,16 @@ facilitate moving easily between them.
                 
    @@ -443,7 +443,7 @@ And in this document, the Describes HDF5 Release 1.5, Unreleased Development Branch -Last modified: 6 May 2003 +Last modified: 10 June 2003 -- cgit v0.12