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/Dataspaces.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/Dataspaces.html')
-rw-r--r-- | doc/html/Dataspaces.html | 26 |
1 files changed, 20 insertions, 6 deletions
diff --git a/doc/html/Dataspaces.html b/doc/html/Dataspaces.html index de097fc..3136dd2 100644 --- a/doc/html/Dataspaces.html +++ b/doc/html/Dataspaces.html @@ -298,7 +298,7 @@ failure. </DD> <DT> -<TT>hsize_t H5Sextent_npoints (hid_t <I>space</I>)</TT></DT> +<TT>hsize_t H5Sget_simple_extent_npoints (hid_t <I>space</I>)</TT></DT> <DD> This function determines the number of elements in a dataspace. For example, a @@ -308,7 +308,7 @@ Returns the number of elements in the dataspace, negative on failure. </DD> <DT> -<TT>int H5Sextent_ndims (hid_t <I>space</I>)</TT></DT> +<TT>int H5Sget_simple_extent_ndims (hid_t <I>space</I>)</TT></DT> <DD> This function determines the dimensionality (or rank) of a dataspace. @@ -316,7 +316,7 @@ Returns the number of dimensions in the dataspace, negative on failure. </DD> <DT> -<TT>herr_t H5Sextent_dims (hid_t <I>space</I>, hsize_t *<I>dims</I>, +<TT>herr_t H5Sget_simple_extent_dims (hid_t <I>space</I>, hsize_t *<I>dims</I>, hsize_t *<I>max</I>)</TT></DT> <DD> @@ -481,7 +481,7 @@ the selection or extent is not defined). </DD> <DT> -<TT>hsize_t H5Sselect_npoints (hid_t <I>space</I>)</TT></DT> +<TT>hsize_t H5Sget_select_npoints (hid_t <I>space</I>)</TT></DT> <DD> This function determines the number of elements in the current selection @@ -556,13 +556,27 @@ is returned. </DL> <HR> +<!-- <ADDRESS> <A HREF="mailto:matzke@llnl.gov">Robb Matzke</A></ADDRESS> <ADDRESS> <A HREF="mailto:koziol@ncsa.uiuc.edu">Quincey Koziol</A></ADDRESS> -<BR><!-- Created: Thu Dec 4 14:57:32 EST 1997 --><!-- hhmts start -->Last -modified: Thu May 28 15:12:04 EST 1998 <!-- hhmts end --> +<BR> +--> +<!-- Created: Thu Dec 4 14:57:32 EST 1997 --><!-- hhmts start -->Last +<!-- +modified: Thu May 28 15:12:04 EST 1998 +--> +<!-- hhmts end --> + +<hr> +<address> +<a href="mailto:hdfhelp@ncsa.uiuc.edu">HDF Help Desk</a> + +<br> +Last modified: 3 September 1998 + </BODY> </HTML> |