[svn-r1775] HDF5 User's Guide files
Added Performance.html to TOC lists. Made "data type" and "datatype" consistently one word.
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
<br>
|
||||
<a href="Files.html">Files</a>
|
||||
<a href="Datasets.html">Datasets</a>
|
||||
<a href="Datatypes.html">Data Types</a>
|
||||
<a href="Datatypes.html">Datatypes</a>
|
||||
<a href="Dataspaces.html">Dataspaces</a>
|
||||
<a href="Groups.html">Groups</a>
|
||||
<br>
|
||||
@@ -39,9 +39,11 @@
|
||||
<a href="Chunking.html">Chunking</a>
|
||||
<a href="MountingFiles.html">Mounting Files</a>
|
||||
<br>
|
||||
<a href="Performance.html">Performance</a>
|
||||
<a href="Debugging.html">Debugging</a>
|
||||
<a href="Environment.html">Environment</a>
|
||||
<a href="ddl.html">DDL</a>
|
||||
<br>
|
||||
<a href="Ragged.html">Ragged Arrays</a>
|
||||
</td></tr>
|
||||
</table>
|
||||
@@ -188,7 +190,7 @@ The H5I function is also useful outside the context of references.
|
||||
<tr><td><code>H5I_GROUP</code></td>
|
||||
<td>Group objects</td></tr>
|
||||
<tr><td><code>H5I_DATATYPE</code></td>
|
||||
<td>Data type objects</td></tr>
|
||||
<td>Datatype objects</td></tr>
|
||||
<tr><td><code>H5I_DATASPACE</code></td>
|
||||
<td>Dataspace objects</td></tr>
|
||||
<tr><td><code>H5I_DATASET</code></td>
|
||||
@@ -476,7 +478,7 @@ Notes:
|
||||
<h2>Comments</h2>
|
||||
<pre>
|
||||
Reference types are atomic types and may be included as fields in compound
|
||||
data types.
|
||||
datatypes.
|
||||
|
||||
There are (at least) three levels of reference strength:
|
||||
Weak - We allow the user to store any type of reference in an array
|
||||
@@ -484,14 +486,14 @@ Notes:
|
||||
could be a mix of Object, Dataset Region and Internal references)
|
||||
Medium - We force the user to stick with a particular type of
|
||||
reference within a dataset, but the datasets pointed to (with
|
||||
Object and Dataset Region references) may be of any data type
|
||||
Object and Dataset Region references) may be of any datatype
|
||||
or dataspace.
|
||||
Strong - We force the user to stick with a particular type of
|
||||
reference and Object and Dataset Region references must point to
|
||||
datasets with the same data type.
|
||||
datasets with the same datatype.
|
||||
Extra Strong - We force the user to stick with a particular type of
|
||||
reference and Object and Dataset Region references must point to
|
||||
datasets with the same data type _and_ dataspace.
|
||||
datasets with the same datatype <i>and</i> dataspace.
|
||||
|
||||
The library is currently implemented with "medium" strength references.
|
||||
</pre>
|
||||
@@ -608,7 +610,7 @@ Notes:
|
||||
<br>
|
||||
<a href="Files.html">Files</a>
|
||||
<a href="Datasets.html">Datasets</a>
|
||||
<a href="Datatypes.html">Data Types</a>
|
||||
<a href="Datatypes.html">Datatypes</a>
|
||||
<a href="Dataspaces.html">Dataspaces</a>
|
||||
<a href="Groups.html">Groups</a>
|
||||
<br>
|
||||
@@ -623,9 +625,11 @@ Notes:
|
||||
<a href="Chunking.html">Chunking</a>
|
||||
<a href="MountingFiles.html">Mounting Files</a>
|
||||
<br>
|
||||
<a href="Performance.html">Performance</a>
|
||||
<a href="Debugging.html">Debugging</a>
|
||||
<a href="Environment.html">Environment</a>
|
||||
<a href="ddl.html">DDL</a>
|
||||
<br>
|
||||
<a href="Ragged.html">Ragged Arrays</a>
|
||||
</td></tr>
|
||||
</table>
|
||||
@@ -637,7 +641,7 @@ Notes:
|
||||
<a href="mailto:hdfhelp@ncsa.uiuc.edu">HDF Help Desk</a>
|
||||
</address>
|
||||
|
||||
Last modified: 23 July 1999
|
||||
Last modified: 14 October 1999
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user