From 89536f7752b7f1c338dc977c893f604cc79a8c52 Mon Sep 17 00:00:00 2001 From: Frank Baker Date: Thu, 30 Apr 2009 17:06:40 -0500 Subject: [svn-r16901] Description: H5Rget_region: Post-review edits related to fix for Bugzilla 1477. Tested: Firefox --- doc/html/H5R/H5Rget_region.htm | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/doc/html/H5R/H5Rget_region.htm b/doc/html/H5R/H5Rget_region.htm index 513ba84..78b9da0 100644 --- a/doc/html/H5R/H5Rget_region.htm +++ b/doc/html/H5R/H5Rget_region.htm @@ -3,13 +3,13 @@
- Last modified: 25 April 2009 + Last modified: 30 April 2009
Name: H5Rget_region
Signature:
hid_t H5Rget_region( - hid_t obj_id, + hid_t loc_id, H5R_type_t ref_type, void *ref ) @@ -23,9 +23,9 @@ and defines a selection matching the selection pointed to by ref within the dataspace copy.

- obj_id is used to identify the file containing the - region reference; it can be the identifier for any object - in the file containing ref, including the file itself. + loc_id is used to identify the file containing the + referenced region; it can be a file identifier or + an identifier for any object in the file.

The parameter ref_type specifies the reference type of ref and must contain the following value: @@ -37,14 +37,15 @@

- - + + - + -- cgit v0.12
hid_t obj_idIN: Identifier for any object in the - file containing the region referencehid_t loc_idIN: File identifier + or identifier for any object in the + file containing the referenced region
H5R_type_t ref_type    IN: Reference type of ref: - H5R_DATASET_REGIONIN: Reference type of ref, + which must be H5R_DATASET_REGION
void *ref