diff options
author | Frank Baker <fbaker@hdfgroup.org> | 1998-09-09 22:48:37 (GMT) |
---|---|---|
committer | Frank Baker <fbaker@hdfgroup.org> | 1998-09-09 22:48:37 (GMT) |
commit | dd99ecc1bc61eaf352e9e83322ff6c77b9ddcd2f (patch) | |
tree | 956b9373d467b08ae711b700ec4edfa6cf9b9095 /doc/html/Attributes.html | |
parent | 2a7c272a69a84366f197c8610715d3ff1f11c37b (diff) | |
download | hdf5-dd99ecc1bc61eaf352e9e83322ff6c77b9ddcd2f.zip hdf5-dd99ecc1bc61eaf352e9e83322ff6c77b9ddcd2f.tar.gz hdf5-dd99ecc1bc61eaf352e9e83322ff6c77b9ddcd2f.tar.bz2 |
[svn-r680] H5.user.html
A little editorial cleanup.
Added link to Ragged.html, Ragged Arrays.
Added link to Environment.html, Environmental Variables and
Configuration Parameters.
Added link to Copyright.html.
Ragged.html
Added "Use at your own risk" notice.
Environment.html
New file for environmental variables and configuration parameters.
Datatypes.html
Added the following datatypes:
H5T_NATIVE_HSIZE
H5T_NATIVE_HSSIZE
H5T_NATIVE_HERR
H5T_NATIVE_HBOOL
Section 8, "Data Conversions"
Added named link tag to catch hyperlink from RM.
Revised "Note:" to emphasize limited inate data-conversion capability.
Copyright.html
New file.
Copyright statement, linked into User's Guide and Reference Manual.
Glossary.html
Unlinked for Beta.
General
Changed email link at bottom of "user guide level documents"
(as contrasted with "developer guide level documents"
listed on the lower half of the User's Guide front page)
to HDF Help Desk, hdfhelp@ncsa.uiuc.edu.
Changed the following function names:
From: To:
H5version H5get_libversion
H5vers_check H5check_version
H5Anum_attrs H5Aget_num_attrs
H5Fget_create_template() H5Fget_create_plist()
H5Fget_access_template() H5Fget_access_plist()
H5Gstat H5Gget_stat
H5Sextent_npoints H5Sget_simple_extent_npoints
H5Sextent_ndims H5Sget_simple_extent_ndims
H5Sextent_dims H5Sget_simple_extent_dims
H5Sget_class H5Sget_simple_extent_type
H5Sselect_npoints H5Sget_select_npoints
Diffstat (limited to 'doc/html/Attributes.html')
-rw-r--r-- | doc/html/Attributes.html | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/doc/html/Attributes.html b/doc/html/Attributes.html index 85fe70f..f78b23e 100644 --- a/doc/html/Attributes.html +++ b/doc/html/Attributes.html @@ -165,13 +165,18 @@ This function returns the length of the attribute's name (which may be longer than <em>buf_size</em>) on success or negative for failure. <br><br> - <dt><code>int H5Anum_attrs (hid_t <em>loc_id</em>)</code> + <dt><code>int H5Aget_num_attrs (hid_t <em>loc_id</em>)</code> <dd>This function returns the number of attributes attached to a dataset or group, <em>loc_id</em>. This function returns non-negative for success or negative for failure. </dl> - <hr> - <address><a href="mailto:hdfhelp@ncsa.uiuc.edu">HDF Support</a></address> +<hr> +<address> +<a href="mailto:hdfhelp@ncsa.uiuc.edu">HDF Help Desk</a> + +<br> +Last modified: 3 September 1998 + </body> </html> |