[svn-r2330] RM_H5Front.html -- Minor reformatting.
RM_H5A.html -- H5Aiterate: Changed function type to herr_t. RM_H5F.html -- H5Freopen: Corrected description of file_id parameter. Added comment about eventually closing returned identifier. Added clarification that function cannot open closed files. RM_H5T.html -- H5Tget_class: Removed numbers from class identifiers list. Added H5T_VLEN to class identifiers list.
This commit is contained in:
@@ -10,9 +10,9 @@ HDF5/H5T API Specification
|
||||
<center>
|
||||
<table border=0 width=98%>
|
||||
<tr><td valign=top align=left>
|
||||
<a href="index.html">HDF5 documents and links</a> <br>
|
||||
<a href="H5.intro.html">Introduction to HDF5</a> <br>
|
||||
<a href="H5.user.html">HDF5 User Guide</a> <br>
|
||||
<a href="index.html">Other HDF5 documents and links</a> <br>
|
||||
<a href="H5.user.html">HDF5 User's Guide</a> <br>
|
||||
<!--
|
||||
<a href="Glossary.html">Glossary</a><br>
|
||||
-->
|
||||
@@ -671,15 +671,16 @@ H5Tget_overflow ()
|
||||
<dd><code>H5Tget_class</code> returns the datatype class identifier.
|
||||
<p>
|
||||
Valid class identifiers, as defined in <code>H5Tpublic.h</code>, are:
|
||||
<ul><li><code>H5T_INTEGER</code> (<code>0</code>)
|
||||
<li><code>H5T_FLOAT</code> (<code>1</code>)
|
||||
<li><code>H5T_TIME</code> (<code>2</code>)
|
||||
<li><code>H5T_STRING</code> (<code>3</code>)
|
||||
<li><code>H5T_BITFIELD</code> (<code>4</code>)
|
||||
<li><code>H5T_OPAQUE</code> (<code>5</code>)
|
||||
<li><code>H5T_COMPOUND</code> (<code>6</code>)
|
||||
<li><code>H5T_REFERENCE</code> (<code>7</code>)
|
||||
<li><code>H5T_ENUM</code> (<code>8</code>)
|
||||
<ul><li><code>H5T_INTEGER</code>
|
||||
<li><code>H5T_FLOAT</code>
|
||||
<li><code>H5T_TIME</code>
|
||||
<li><code>H5T_STRING</code>
|
||||
<li><code>H5T_BITFIELD</code>
|
||||
<li><code>H5T_OPAQUE</code>
|
||||
<li><code>H5T_COMPOUND</code>
|
||||
<li><code>H5T_REFERENCE</code>
|
||||
<li><code>H5T_ENUM</code>
|
||||
<li><code>H5T_VLEN</code>
|
||||
</ul>
|
||||
<dt><strong>Parameters:</strong>
|
||||
<dl>
|
||||
@@ -2091,9 +2092,9 @@ zero.
|
||||
<center>
|
||||
<table border=0 width=98%>
|
||||
<tr><td valign=top align=left>
|
||||
<a href="index.html">HDF5 documents and links</a> <br>
|
||||
<a href="H5.intro.html">Introduction to HDF5</a> <br>
|
||||
<a href="H5.user.html">HDF5 User Guide</a> <br>
|
||||
<a href="index.html">Other HDF5 documents and links</a> <br>
|
||||
<a href="H5.user.html">HDF5 User's Guide</a> <br>
|
||||
<!--
|
||||
<a href="Glossary.html">Glossary</a><br>
|
||||
-->
|
||||
|
||||
Reference in New Issue
Block a user