[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.
This commit is contained in:
Frank Baker
2000-07-17 14:14:30 -05:00
parent ca21737873
commit 315e9c17f4
6 changed files with 520 additions and 364 deletions

View File

@@ -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>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td><td valign=top>
<ul>
&nbsp;
</ul>
</td><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td><td valign=top>
<ul>
&nbsp;
</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&nbsp;&nbsp;
<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>