summaryrefslogtreecommitdiffstats
path: root/doc/html/Ragged.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/Ragged.html')
-rw-r--r--doc/html/Ragged.html99
1 files changed, 30 insertions, 69 deletions
diff --git a/doc/html/Ragged.html b/doc/html/Ragged.html
index 53d9f04..c8198fc 100644
--- a/doc/html/Ragged.html
+++ b/doc/html/Ragged.html
@@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
- <title>Ragged Arrays</title>
+ <title>Ragged Array Experimental Interface (H5RA)</title>
</head>
<body bgcolor="#FFFFFF">
@@ -20,47 +20,31 @@
</td>
<td valign=top align=right>
And in this document, the
- <a href="H5.user.html">HDF5 User's Guide</a>:&nbsp;&nbsp;&nbsp;&nbsp;
- <a href="Files.html">Files</a>&nbsp;&nbsp;
+ <a href="H5.user.html"><strong>HDF5 User's Guide:</strong></a>&nbsp;&nbsp;&nbsp;&nbsp;
<br>
+ <a href="Files.html">Files</a>&nbsp;&nbsp;
<a href="Datasets.html">Datasets</a>&nbsp;&nbsp;
- <a href="Datatypes.html">Data Types</a>&nbsp;&nbsp;
+ <a href="Datatypes.html">Datatypes</a>&nbsp;&nbsp;
<a href="Dataspaces.html">Dataspaces</a>&nbsp;&nbsp;
<a href="Groups.html">Groups</a>&nbsp;&nbsp;
- <a href="References.html">References</a>&nbsp;&nbsp;
<br>
+ <a href="References.html">References</a>&nbsp;&nbsp;
<a href="Attributes.html">Attributes</a>&nbsp;&nbsp;
<a href="Properties.html">Property Lists</a>&nbsp;&nbsp;
<a href="Errors.html">Error Handling</a>&nbsp;&nbsp;
+ <br>
<a href="Filters.html">Filters</a>&nbsp;&nbsp;
+ <a href="Palettes.html">Palettes</a>&nbsp;&nbsp;
<a href="Caching.html">Caching</a>&nbsp;&nbsp;
- <br>
<a href="Chunking.html">Chunking</a>&nbsp;&nbsp;
+ <a href="MountingFiles.html">Mounting Files</a>&nbsp;&nbsp;
+ <br>
+ <a href="Performance.html">Performance</a>&nbsp;&nbsp;
<a href="Debugging.html">Debugging</a>&nbsp;&nbsp;
<a href="Environment.html">Environment</a>&nbsp;&nbsp;
<a href="ddl.html">DDL</a>&nbsp;&nbsp;
+ <br>
Ragged Arrays&nbsp;&nbsp;
-<!--
-<hr>
-And in this document, the
-<a href="H5.user.html">HDF5 User's Guide</a>:&nbsp;&nbsp;&nbsp;&nbsp;
- <a href="Attributes.html">H5A</a>&nbsp;&nbsp;
- <a href="Datasets.html">H5D</a>&nbsp;&nbsp;
- <a href="Errors.html">H5E</a>&nbsp;&nbsp;
- <a href="Files.html">H5F</a>&nbsp;&nbsp;
- <a href="Groups.html">H5G</a>&nbsp;&nbsp;
- <a href="Properties.html">H5P</a>&nbsp;&nbsp;
- <a href="References.html">H5R & H5I</a>&nbsp;&nbsp;
- <a href="Ragged.html">H5RA</a>&nbsp;&nbsp;
- <a href="Dataspaces.html">H5S</a>&nbsp;&nbsp;
- <a href="Datatypes.html">H5T</a>&nbsp;&nbsp;
- <a href="Filters.html">H5Z</a>&nbsp;&nbsp;
- <a href="Caching.html">Caching</a>&nbsp;&nbsp;
- <a href="Chunking.html">Chunking</a>&nbsp;&nbsp;
- <a href="Debugging.html">Debugging</a>&nbsp;&nbsp;
- <a href="Environment.html">Environment</a>&nbsp;&nbsp;
- <a href="ddl.html">DDL</a>&nbsp;&nbsp;
--->
</td></tr>
</table>
</center>
@@ -97,7 +81,7 @@ Do not create any archives using this interface!</center>
rows. The number of rows and the length of each row can be
changed at any time (the current version does not support
truncating an array by removing rows). All elements of the
- ragged array have the same data type and, as with datasets, the
+ ragged array have the same datatype and, as with datasets, the
data is type-converted between memory buffers and files.
<p>The current implementation works best when most of the rows are
@@ -138,7 +122,7 @@ Do not create any archives using this interface!</center>
independently). The dataset creation property list
<em>plist</em> defines the width of the <em>raw</em> dataset;
a nominal row is considered to be the width of a chunk. The
- <em>type</em> argument defines the data type which will be
+ <em>type</em> argument defines the datatype which will be
stored in the file. A negative value is returned if the array
cannot be created.
@@ -172,7 +156,7 @@ Do not create any archives using this interface!</center>
*<em>buf</em>[])</code>
<dd>A set of ragged array rows beginning at <em>start_row</em>
and continuing for <em>nrows</em> is written to the file,
- converting the memory data type <em>type</em> to the file data
+ converting the memory datatype <em>type</em> to the file data
type which was defined when the array was created. The number
of elements to write from each row is specified in the
<em>size</em> array and the data for each row is pointed to
@@ -187,8 +171,8 @@ Do not create any archives using this interface!</center>
*<em>buf</em>[])</code>
<dd>A set of ragged array rows beginning at <em>start_row</em>
and continuing for <em>nrows</em> is read from the file,
- converting from the file data type which was defined when the
- array was created to the memory data type <em>type</em>. The
+ converting from the file datatype which was defined when the
+ array was created to the memory datatype <em>type</em>. The
number of elements to read from each row is specified in the
<em>size</em> array and the buffers in which to place the
results are pointed to by the <em>buf</em> array. On return,
@@ -217,69 +201,46 @@ Do not create any archives using this interface!</center>
</td>
<td valign=top align=right>
And in this document, the
- <a href="H5.user.html">HDF5 User's Guide</a>:&nbsp;&nbsp;&nbsp;&nbsp;
- <a href="Files.html">Files</a>&nbsp;&nbsp;
+ <a href="H5.user.html"><strong>HDF5 User's Guide:</strong></a>&nbsp;&nbsp;&nbsp;&nbsp;
<br>
+ <a href="Files.html">Files</a>&nbsp;&nbsp;
<a href="Datasets.html">Datasets</a>&nbsp;&nbsp;
- <a href="Datatypes.html">Data Types</a>&nbsp;&nbsp;
+ <a href="Datatypes.html">Datatypes</a>&nbsp;&nbsp;
<a href="Dataspaces.html">Dataspaces</a>&nbsp;&nbsp;
<a href="Groups.html">Groups</a>&nbsp;&nbsp;
- <a href="References.html">References</a>&nbsp;&nbsp;
<br>
+ <a href="References.html">References</a>&nbsp;&nbsp;
<a href="Attributes.html">Attributes</a>&nbsp;&nbsp;
<a href="Properties.html">Property Lists</a>&nbsp;&nbsp;
<a href="Errors.html">Error Handling</a>&nbsp;&nbsp;
+ <br>
<a href="Filters.html">Filters</a>&nbsp;&nbsp;
+ <a href="Palettes.html">Palettes</a>&nbsp;&nbsp;
<a href="Caching.html">Caching</a>&nbsp;&nbsp;
- <br>
<a href="Chunking.html">Chunking</a>&nbsp;&nbsp;
+ <a href="MountingFiles.html">Mounting Files</a>&nbsp;&nbsp;
+ <br>
+ <a href="Performance.html">Performance</a>&nbsp;&nbsp;
<a href="Debugging.html">Debugging</a>&nbsp;&nbsp;
<a href="Environment.html">Environment</a>&nbsp;&nbsp;
<a href="ddl.html">DDL</a>&nbsp;&nbsp;
+ <br>
Ragged Arrays&nbsp;&nbsp;
-<!--
-<hr>
-And in this document, the
-<a href="H5.user.html">HDF5 User's Guide</a>:&nbsp;&nbsp;&nbsp;&nbsp;
- <a href="Attributes.html">H5A</a>&nbsp;&nbsp;
- <a href="Datasets.html">H5D</a>&nbsp;&nbsp;
- <a href="Errors.html">H5E</a>&nbsp;&nbsp;
- <a href="Files.html">H5F</a>&nbsp;&nbsp;
- <a href="Groups.html">H5G</a>&nbsp;&nbsp;
- <a href="Properties.html">H5P</a>&nbsp;&nbsp;
- <a href="References.html">H5R & H5I</a>&nbsp;&nbsp;
- <a href="Ragged.html">H5RA</a>&nbsp;&nbsp;
- <a href="Dataspaces.html">H5S</a>&nbsp;&nbsp;
- <a href="Datatypes.html">H5T</a>&nbsp;&nbsp;
- <a href="Filters.html">H5Z</a>&nbsp;&nbsp;
- <a href="Caching.html">Caching</a>&nbsp;&nbsp;
- <a href="Chunking.html">Chunking</a>&nbsp;&nbsp;
- <a href="Debugging.html">Debugging</a>&nbsp;&nbsp;
- <a href="Environment.html">Environment</a>&nbsp;&nbsp;
- <a href="ddl.html">DDL</a>&nbsp;&nbsp;
--->
</td></tr>
</table>
</center>
-<!--
- <hr>
- <address><a href="mailto:matzke@llnl.gov">Robb Matzke</a></address>
--->
-<!-- Created: Wed Aug 26 14:10:32 EDT 1998 -->
-<!-- hhmts start -->
-<!--
-Last modified: Fri Aug 28 14:27:19 EDT 1998
--->
-<!-- hhmts end -->
<hr>
<address>
<a href="mailto:hdfhelp@ncsa.uiuc.edu">HDF Help Desk</a>
</address>
-Last modified: 30 October 1998
+<!-- Created: Wed Aug 26 14:10:32 EDT 1998 -->
+<!-- hhmts start -->
+Last modified: 14 October 1999
+<!-- hhmts end -->
</body>
</html>