diff options
author | Frank Baker <fbaker@hdfgroup.org> | 1998-10-29 22:13:17 (GMT) |
---|---|---|
committer | Frank Baker <fbaker@hdfgroup.org> | 1998-10-29 22:13:17 (GMT) |
commit | cd3b1059977b1a80e320334c68630f88867341c8 (patch) | |
tree | 4f38388af7f9667610ac50ca63df3311f8794d07 /doc/html/RM_H5D.html | |
parent | f9fd7a35c22952248e114704fbb189d43419f442 (diff) | |
download | hdf5-cd3b1059977b1a80e320334c68630f88867341c8.zip hdf5-cd3b1059977b1a80e320334c68630f88867341c8.tar.gz hdf5-cd3b1059977b1a80e320334c68630f88867341c8.tar.bz2 |
[svn-r830] ======
Intro
======
H5.intro.html
Major rewrite to Groups section. New Example 7 (groups).
Added TOC and requisite links.
Numbered sections.
Labelled figures and centered those that were not.
Fixed table formatting.
===========
User Guide
===========
H5.user.html
Linked in Chunking.html.
Linked in References.html.
Linked in DDL.html.
Chunking.html
Minor edits.
DDL.html
References.html
New documents.
Datatypes.html
Added "R Reference" to base name description and
"H5T_STD_ROBJ -- Reference to an entire object
in a file" to list of datatype names.
Files.html
H5Fflush
Added scope parameter.
Groups.html
Removed references to "current working group."
Removed H5Gpush, H5Gpop, and H5Gset functions.
Removed note that H5Glink and H5Gunlink were not implemented.
=================
Reference Manual
=================
RM_*.html and Tools.html
Updated Reference Manual internal cross-linking (the link
banner at the top and bottom of each page).
Changed
Returns SUCCEED (0) if successful;
otherwise FAIL (-1).
to read
Returns a non-negative value if successful;
otherwise returns a negative value.
and several derived changes where circumstances differred
only slightly.
Minor copy edits throughout.
RM_H5.html
Corrected H5open "Purpose" statement.
RM_H5A.html
Changed H5Aget_name return type to hssize_t.
RM_H5F.html
H5Fflush
Added scope parameter.
Added H5Freopen.
RM_H5Front.html
Reordered listing of interfaces to alphabetical order (H5,
H5A, H5D, ...)
Added H5I, H5R, and H5RA.
RM_H5G.html
H5Gopen
Edited "Description."
H5Gget_objinfo
Added named datatype to list of valid values for loc_id.
RM_H5I.html Identifier Interface
New section.
RM_H5P.html
Added H5Pset_fill_value and H5Pget_fill_value.
Several minor copy edits.
RM_H5R.html Reference Interface
New section.
H5RA.html
Essentially a new section. It was in the tree previously,
but it did not actually have content.
RM_H5S.html
Changed H5Sget_select_npoints return type to hssize_t.
Tools.html
Updated h5dump documentation.
Diffstat (limited to 'doc/html/RM_H5D.html')
-rw-r--r-- | doc/html/RM_H5D.html | 34 |
1 files changed, 20 insertions, 14 deletions
diff --git a/doc/html/RM_H5D.html b/doc/html/RM_H5D.html index bb2c4dc..22b096c 100644 --- a/doc/html/RM_H5D.html +++ b/doc/html/RM_H5D.html @@ -14,7 +14,10 @@ H5D <a href="RM_H5E.html">H5E</a> <a href="RM_H5F.html">H5F</a> <a href="RM_H5G.html">H5G</a> +<a href="RM_H5I.html">H5I</a> <a href="RM_H5P.html">H5P</a> +<a href="RM_H5R.html">H5R</a> +<a href="RM_H5RA.html">H5RA</a> <a href="RM_H5S.html">H5S</a> <a href="RM_H5T.html">H5T</a> <a href="RM_H5Z.html">H5Z</a> @@ -103,7 +106,7 @@ and set and retrieve their constant or persistent properties. </dl> <dt><strong>Returns:</strong> <dd>Returns a dataset identifier if successful; - otherwise FAIL (-1). + otherwise returns a negative value. </dl> @@ -130,7 +133,7 @@ and set and retrieve their constant or persistent properties. </dl> <dt><strong>Returns:</strong> <dd>Returns a dataset identifier if successful; - otherwise FAIL (-1). + otherwise returns a negative value. </dl> @@ -154,7 +157,7 @@ and set and retrieve their constant or persistent properties. </dl> <dt><strong>Returns:</strong> <dd>Returns a dataspace identifier if successful; - otherwise FAIL (-1). + otherwise returns a negative value. </dl> @@ -182,7 +185,7 @@ and set and retrieve their constant or persistent properties. </dl> <dt><strong>Returns:</strong> <dd>Returns a datatype identifier if successful; - otherwise FAIL (-1). + otherwise returns a negative value. </dl> @@ -207,7 +210,7 @@ and set and retrieve their constant or persistent properties. </dl> <dt><strong>Returns:</strong> <dd>Returns a dataset creation property list identifier if successful; - otherwise FAIL (-1). + otherwise returns a negative value. </dl> @@ -274,8 +277,8 @@ and set and retrieve their constant or persistent properties. <dd>Buffer to store data read from the file. </dl> <dt><strong>Returns:</strong> - <dd>Returns SUCCEED (0) if successful; - otherwise FAIL (-1). + <dd>Returns a non-negative value if successful; + otherwise returns a negative value. </dl> @@ -344,8 +347,8 @@ and set and retrieve their constant or persistent properties. <dd>Buffer with data to be written to the file. </dl> <dt><strong>Returns:</strong> - <dd>Returns SUCCEED (0) if successful; - otherwise FAIL (-1). + <dd>Returns a non-negative value if successful; + otherwise returns a negative value. </dl> @@ -372,8 +375,8 @@ and set and retrieve their constant or persistent properties. <dd>Array containing the new magnitude of each dimension. </dl> <dt><strong>Returns:</strong> - <dd>Returns SUCCEED (0) if successful; - otherwise FAIL (-1). + <dd>Returns a non-negative value if successful; + otherwise returns a negative value. </dl> @@ -396,8 +399,8 @@ and set and retrieve their constant or persistent properties. <dd>Identifier of the dataset to finish access to. </dl> <dt><strong>Returns:</strong> - <dd>Returns SUCCEED (0) if successful; - otherwise FAIL (-1). + <dd>Returns a non-negative value if successful; + otherwise returns a negative value. </dl> @@ -410,7 +413,10 @@ H5D <a href="RM_H5E.html">H5E</a> <a href="RM_H5F.html">H5F</a> <a href="RM_H5G.html">H5G</a> +<a href="RM_H5I.html">H5I</a> <a href="RM_H5P.html">H5P</a> +<a href="RM_H5R.html">H5R</a> +<a href="RM_H5RA.html">H5RA</a> <a href="RM_H5S.html">H5S</a> <a href="RM_H5T.html">H5T</a> <a href="RM_H5Z.html">H5Z</a> @@ -425,7 +431,7 @@ H5D <a href="mailto:hdfhelp@ncsa.uiuc.edu">HDF Help Desk</a> <br> -Last modified: 12 August 1998 +Last modified: 27 October 1998 </body> </html> |