summaryrefslogtreecommitdiffstats
path: root/doc/html/RM_H5S.html
diff options
context:
space:
mode:
authorFrank Baker <fbaker@hdfgroup.org>1998-10-22 23:52:02 (GMT)
committerFrank Baker <fbaker@hdfgroup.org>1998-10-22 23:52:02 (GMT)
commit85cf3f4bb818f9de4497671b1816e63e2c338c38 (patch)
tree2348cab71779d8e0747554422f69683de38842d8 /doc/html/RM_H5S.html
parent671ed571239ccad6c86918dfe04580c73d1b130e (diff)
downloadhdf5-85cf3f4bb818f9de4497671b1816e63e2c338c38.zip
hdf5-85cf3f4bb818f9de4497671b1816e63e2c338c38.tar.gz
hdf5-85cf3f4bb818f9de4497671b1816e63e2c338c38.tar.bz2
[svn-r777] RM_H5S.html
Changed H5Sget_space_type to H5Sget_simple_extent_type. Changed H5Sget_simple_extent_type FAIL return value to H5S_NO_CLASS. RM_H5F.html H5Fflush. Corrected function name in sytax line, which had read H5Fis_hdf. RM_H5G.html Removed discussion of "current working group" and associated information from the introductory discussion. H5Gset, H5Gpush, H5Gpop Removed these functions. H5Gunlink, H5Gmove Removed the "not yet implemented" notations from these functions.
Diffstat (limited to 'doc/html/RM_H5S.html')
-rw-r--r--doc/html/RM_H5S.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/RM_H5S.html b/doc/html/RM_H5S.html
index ae69b20..d0ed17a 100644
--- a/doc/html/RM_H5S.html
+++ b/doc/html/RM_H5S.html
@@ -53,7 +53,7 @@ elements of a dataset.
<li><a href="#Dataspace-ExtentDims">H5Sget_simple_extent_dims</a>
<li><a href="#Dataspace-ExtentNdims">H5Sget_simple_extent_ndims</a>
<li><a href="#Dataspace-ExtentNpoints">H5Sget_simple_extent_npoints</a>
- <li><a href="#Dataspace-GetSpaceType">H5Sget_space_type</a>
+ <li><a href="#Dataspace-ExtentType">H5Sget_simple_extent_type</a>
</ul>
</td><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td><td valign=top>
<ul>
@@ -403,13 +403,13 @@ of the <cite>HDF5 User's Guide.</cite>.
<hr>
<dl>
-<dt><strong>Name:</strong> <a name="Dataspace-GetSpaceType">H5Sget_space_type</a>
+<dt><strong>Name:</strong> <a name="Dataspace-ExtentType">H5Sget_simple_extent_type</a>
<dt><strong>Signature:</strong>
- <dd><em>H5S_class_t</em> <code>H5Sget_space_type</code>(<em>hid_t</em> <code>space_id</code>)
+ <dd><em>H5S_class_t</em> <code>H5Sget_simple_extent_type</code>(<em>hid_t</em> <code>space_id</code>)
<dt><strong>Purpose:</strong>
<dd>Determine the current class of a dataspace.
<dt><strong>Description:</strong>
- <dd><code>H5Sget_space_type</code> queries a dataspace to determine the
+ <dd><code>H5Sget_simple_extent_type</code> queries a dataspace to determine the
current class of a dataspace.
<p>
The function returns a class name, one of the following:
@@ -423,7 +423,7 @@ of the <cite>HDF5 User's Guide.</cite>.
</dl>
<dt><strong>Returns:</strong>
<dd>Returns a dataspace class name if successful;
- otherwise FAIL (-1).
+ otherwise H5S_NO_CLASS (-1).
</dl>