diff options
author | Frank Baker <fbaker@hdfgroup.org> | 2003-06-10 15:38:46 (GMT) |
---|---|---|
committer | Frank Baker <fbaker@hdfgroup.org> | 2003-06-10 15:38:46 (GMT) |
commit | ca33a5498c018d1311f83e6446f47610f00f35b0 (patch) | |
tree | 842ba00cc2e26a9da5593132b884e9892577ede5 /doc/html/RM_H5D.html | |
parent | bec5a9ba642bd6832c4a96a904eccd065f83c3b7 (diff) | |
download | hdf5-ca33a5498c018d1311f83e6446f47610f00f35b0.zip hdf5-ca33a5498c018d1311f83e6446f47610f00f35b0.tar.gz hdf5-ca33a5498c018d1311f83e6446f47610f00f35b0.tar.bz2 |
[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
Diffstat (limited to 'doc/html/RM_H5D.html')
-rw-r--r-- | doc/html/RM_H5D.html | 38 |
1 files changed, 37 insertions, 1 deletions
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. </ul> </td></tr> </table> +<br> + +<i>Alphabetical Listing</i> + +<table border="0"> + <tr> + <td valign="top"> + <li><a href="#Dataset-Close">H5Dclose</a> + <li><a href="#Dataset-Create">H5Dcreate</a> + <li><a href="#Dataset-Extend">H5Dextend</a> + <li><a href="#Dataset-Fill">H5Dfill</a> + <li><a href="#Dataset-GetCreatePlist">H5Dget_create_plist</a> + <li><a href="#Dataset-GetOffset">H5Dget_offset</a> + </td> + + <td> </td> + + <td valign="top"> + <li><a href="#Dataset-GetSpace">H5Dget_space</a> + <li><a href="#Dataset-GetSpaceStatus">H5Dget_space_status</a> + <li><a href="#Dataset-GetStorageSize">H5Dget_storage_size</a> + <li><a href="#Dataset-GetType">H5Dget_type</a> + <li><a href="#Dataset-Iterate">H5Diterate</a> + <li><a href="#Dataset-Open">H5Dopen</a> + </td> + + <td> </td> + + <td valign="top"> + <li><a href="#Dataset-Read">H5Dread</a> + <li><a href="#Dataset-VLGetBuf">H5Dvlen_get_buf_size</a> + <li><a href="#Dataset-VLReclaim">H5Dvlen_reclaim</a> + <li><a href="#Dataset-Write">H5Dwrite</a> + </td> + </tr> +</table> <p> <strong>The FORTRAN90 Interfaces:</strong> @@ -1133,7 +1169,7 @@ And in this document, the Describes HDF5 Release 1.5, Unreleased Development Branch </address><!-- #EndLibraryItem --> -Last modified: 11 April 2003 +Last modified: 6 June 2003 </body> </html> |