summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorFrank Baker <fbaker@hdfgroup.org>2003-06-20 22:18:33 (GMT)
committerFrank Baker <fbaker@hdfgroup.org>2003-06-20 22:18:33 (GMT)
commitff818d2d474b54787de2ef55b7fc9ba1bbcb1f29 (patch)
tree7f4b44254d5db6d6d3f2f1e02e0e168e7f3f687c /doc
parent25454c655daebf5274d1a1ed47aaf1e75ebdf6d0 (diff)
downloadhdf5-ff818d2d474b54787de2ef55b7fc9ba1bbcb1f29.zip
hdf5-ff818d2d474b54787de2ef55b7fc9ba1bbcb1f29.tar.gz
hdf5-ff818d2d474b54787de2ef55b7fc9ba1bbcb1f29.tar.bz2
[svn-r7079]
Purpose: Edits based on review feedback. Description: H5Dget_offset -- Corrected return value. H5Dcreate -- Added a brief mention of "fill values and space allocation" and a set of cross-references. H5Dfill -- Added H5Dcreate to the cross-reference list. Platforms tested: IE 5, Safari
Diffstat (limited to 'doc')
-rw-r--r--doc/html/RM_H5D.html41
1 files changed, 36 insertions, 5 deletions
diff --git a/doc/html/RM_H5D.html b/doc/html/RM_H5D.html
index 789fa29..c45e353 100644
--- a/doc/html/RM_H5D.html
+++ b/doc/html/RM_H5D.html
@@ -218,6 +218,35 @@ facilitate moving easily between them.</i>
or a negative value for failure.
The dataset identifier should eventually be closed by
calling <code>H5Dclose</code> to release resources it uses.
+ <p>
+ <strong>Fill values and space allocation:</strong><br>
+ The HDF5 library provides flexible means
+ of specifying a fill value,
+ of specifying when space will be allocated for a dataset, and
+ of specifying when fill values will be written to a dataset.
+ For further information on these topics, see the document
+ <a href="http://hdf.ncsa.uiuc.edu/RFC/Fill_Value/FillValue.html">
+ <cite>Fill Value and Dataset Storage Allocation Issues in HDF5</a></cite>
+ and the descriptions of the following HDF5 functions in this
+ <cite>HDF5 Reference Manual</cite>:
+ <table width=80% border="0">
+ <tr valign="top" align="left"><td width=10%>&nbsp;
+ </td><td width=45%>
+ <a href="#Dataset-Fill">H5Dfill</a><br>
+ <a href="RM_H5P.html#Property-SetFillValue">H5Pset_fill_value</a><br>
+ <a href="RM_H5P.html#Property-GetFillValue">H5Pget_fill_value</a><br>
+ <a href="RM_H5P.html#Property-FillValueDefined">H5Pfill_value_defined</a>
+ </td><td width=45%>
+ <a href="RM_H5P.html#Property-SetFillTime">H5Pset_fill_time</a><br>
+ <a href="RM_H5P.html#Property-GetFillTime">H5Pget_fill_time</a><br>
+ <a href="RM_H5P.html#Property-SetAllocTime">H5Pset_alloc_time</a><br>
+ <a href="RM_H5P.html#Property-GetAllocTime">H5Pget_alloc_time</a>
+ </td></tr>
+ </table>
+ This information is also included in the
+ &ldquo;HDF5 Datasets&rdquo; chapter of
+ the new <cite>HDF5 User's Guide</cite>,
+ which is being prepared for release.
<dt><strong>Parameters:</strong>
<dl>
<dt><em>hid_t</em> <code>loc_id</code>
@@ -435,7 +464,7 @@ facilitate moving easily between them.</i>
<dl>
<dt><strong>Name:</strong> <a name="Dataset-GetOffset">H5Dget_offset</a>
<dt><strong>Signature:</strong>
- <dd><em>hsize_t </em><code>H5Dget_offset</code>(<em>hid_t </em><code>dset_id</code>)
+ <dd><em>haddr_t </em><code>H5Dget_offset</code>(<em>hid_t </em><code>dset_id</code>)
<dt><strong>Purpose:</strong>
<dd>Returns dataset address in file.
<dt><strong>Description:</strong>
@@ -1096,11 +1125,13 @@ facilitate moving easily between them.</i>
<span class="termEmphasis">fill value</span>.
See <a href="RM_H5P.html#Property-SetFillValue">H5Pset_fill_value</a>
for further discussion.
- Related functions include
- <a href="RM_H5P.html#Property-SetFillValue">H5Pset_fill_value</a>,
+ Other related functions include
<a href="RM_H5P.html#Property-GetFillValue">H5Pget_fill_value</a>,
+ <a href="RM_H5P.html#Property-FillValueDefined">H5Pfill_value_defined</a>,
+ <a href="RM_H5P.html#Property-SetFillTime">H5Pset_fill_time</a>,
+ <a href="RM_H5P.html#Property-GetFillTime">H5Pget_fill_time</a>,
and
- <a href="RM_H5P.html#Property-SetFillTime">H5Pset_fill_time</a>.
+ <a href="#Dataset-Create">H5Dcreate</a>.
<dt><strong>Parameters:</strong>
<dl>
<dt><em>const void *</em><code>fill</code>
@@ -1169,7 +1200,7 @@ And in this document, the
Describes HDF5 Release 1.5, Unreleased Development Branch
</address><!-- #EndLibraryItem -->
-Last modified: 6 June 2003
+Last modified: 10 June 2003
</body>
</html>