diff options
author | Frank Baker <fbaker@hdfgroup.org> | 2000-07-17 19:14:30 (GMT) |
---|---|---|
committer | Frank Baker <fbaker@hdfgroup.org> | 2000-07-17 19:14:30 (GMT) |
commit | 315e9c17f468831ce06e572bc3cbd8d0335973e4 (patch) | |
tree | f7f1d3c292add1693965ba615220fcbf3db6b521 /doc/html/RM_H5I.html | |
parent | ca21737873d4e4fd169bbcef7abd831a2f2fe42b (diff) | |
download | hdf5-315e9c17f468831ce06e572bc3cbd8d0335973e4.zip hdf5-315e9c17f468831ce06e572bc3cbd8d0335973e4.tar.gz hdf5-315e9c17f468831ce06e572bc3cbd8d0335973e4.tar.bz2 |
[svn-r2435] RM_H5[EIPRT].html
RM_H5Front.html
Added new Fortran90 functions and links. Related edits.
Added "Describes HDF5 Release..." line in page footers.
Minor editorial corrections.
Diffstat (limited to 'doc/html/RM_H5I.html')
-rw-r--r-- | doc/html/RM_H5I.html | 46 |
1 files changed, 45 insertions, 1 deletions
diff --git a/doc/html/RM_H5I.html b/doc/html/RM_H5I.html index 841c859..eb1c7d9 100644 --- a/doc/html/RM_H5I.html +++ b/doc/html/RM_H5I.html @@ -49,7 +49,10 @@ H5I <h2>Identifier API Functions</h2> This function provides a tool for working with object identifiers. + + <p> +<strong>The C Interface:</strong> <table border=0> <tr><td valign=top> @@ -68,6 +71,38 @@ This function provides a tool for working with object identifiers. </table> +<p> +<strong>The FORTRAN90 Interface:</strong> + +<br> +<font size=-1> +<i>In general, each FORTRAN90 subroutine performs exactly the same task +as the corresponding C function. The links below go to the C function +descriptions, which serve as general descriptions for both. A button, +under <strong>Non-C API(s)</strong> at the end of the C function description, +opens an external browser window displaying the FORTRAN90-specific +information. You will probably want to adjust the size and location of +this external window so that both browser windows are visible and to +facilitate moving easily between them.</i> +</font> + +<table border=0> +<tr><td valign=top> +<ul> + <li><a href="#Identify-GetType">h5iget_type_f</a> +</ul> +</td><td> </td><td valign=top> +<ul> + +</ul> +</td><td> </td><td valign=top> +<ul> + +</ul> +</td></tr> +</table> + + <hr> <dl> <dt><strong>Name:</strong> <a name="Identify-GetType">H5Iget_type</a> @@ -113,6 +148,13 @@ This function provides a tool for working with object identifiers. <dt><strong>Returns:</strong> <dd>Returns the object type if successful; otherwise <code>H5I_BADID</code>. +<dt><strong>Non-C API(s):</strong> + <dd><a href="fortran/h5i_FORTRAN.html#h5iget_type_f" + target="FortranWin"><img src="Graphics/FORTRAN.gif" border=0></a> + <!-- + <img src="Graphics/Java.gif"> + <img src="Graphics/C++.gif"> + --> </dl> @@ -156,7 +198,9 @@ H5I <a href="mailto:hdfhelp@ncsa.uiuc.edu">HDF Help Desk</a> <br> -Last modified: 30 October 1998 +Last modified: 14 July 2000 +<br> +Describes HDF5 Version 1.3 (Unrelased development version. Dynamic.) </body> </html> |