From b414cc16acb95b93cd69c16c9ef25ac3ea1d0741 Mon Sep 17 00:00:00 2001 From: Frank Baker Date: Tue, 7 May 2002 11:12:40 -0500 Subject: [svn-r5371] Purpose: Bugfix -- Closes #702 Description: Commented out references to and descriptions of unimplemented H5S functions. Particularly in the UG document, Dataspaces.html. H5Sopen H5Slock H5Ssubspace H5Scommit H5Sselect_op H5Ssubspace_name H5Sis_subspace H5Sselect_order H5Ssubspace_location Added explanatory "Note to developers" in comments near top of Dataspaces.html. Platforms tested: IE 5 --- doc/html/Dataspaces.html | 49 +++++++++++++++++++++++++++++++++++++++++++++--- doc/html/RM_H5S.html | 4 +++- 2 files changed, 49 insertions(+), 4 deletions(-) diff --git a/doc/html/Dataspaces.html b/doc/html/Dataspaces.html index 523f3ba..2625fa1 100644 --- a/doc/html/Dataspaces.html +++ b/doc/html/Dataspaces.html @@ -6,6 +6,22 @@ + + + + + + + + + + + + + + + +
@@ -241,6 +257,7 @@ types currently supported are H5S_SCALAR and H5S_SIMPLE; others are planned to be added later. +
hid_t H5Scopy (hid_t space)
@@ -259,6 +277,7 @@ is returned is a handle to a permanent dataspace which can't be modified. dataspace space. + +
herr_t H5Sclose (hid_t space)
@@ -387,8 +409,14 @@ an I/O transfer is performed (and checked during calls to H5Sselect_valid). Selections have an iteration order for the points selected, which can be any permutation of the dimensions involved (defaulting to 'C' array order) or a specific order for the selected points, for selections composed of single array -elements with H5Sselect_elements. Selections can also be copied or combined -together in various ways with H5Sselect_op. Further methods of selecting +elements with H5Sselect_elements. + + + +Further methods of selecting portions of a dataspace may be added in the future.
@@ -496,6 +524,7 @@ dataspace not to include any elements.
+ +
htri_t H5Sselect_valid (hid_t space)
@@ -574,10 +606,14 @@ for the dataspace is reset to 0.
+ +

5. Convenience Dataspace Operation

+
hid_t H5Screate_simple(int rank, const hsize_t *current_size, @@ -596,6 +633,7 @@ and set it's extent in one call. It is equivalent to calling H5Screate and H5Sset_extent_simple() in two steps. + + +
@@ -677,7 +720,7 @@ is returned. -Last modified: 5 July 2001 +Last modified: 7 May 2002
diff --git a/doc/html/RM_H5S.html b/doc/html/RM_H5S.html index ac61cd9..24310ce 100644 --- a/doc/html/RM_H5S.html +++ b/doc/html/RM_H5S.html @@ -139,6 +139,7 @@ facilitate moving easily between them.
+
@@ -1246,7 +1248,7 @@ H5S   HDF Help Desk
-Last modified: 8 August 2001 +Last modified: 7 May 2002
Describes HDF5 Release 1.5, Unreleased Development Branch -- cgit v0.12