diff options
author | Frank Baker <fbaker@hdfgroup.org> | 2002-05-01 22:32:20 (GMT) |
---|---|---|
committer | Frank Baker <fbaker@hdfgroup.org> | 2002-05-01 22:32:20 (GMT) |
commit | 72c126a2f6a929e784c5dc6861f98444dd0fcc3a (patch) | |
tree | b2bc180a190c0261b41c98722e2b1617122a3f95 /doc/html/RM_H5R.html | |
parent | 4ad96d6e8abdee38d99f9950ea9f31b3175d6d28 (diff) | |
download | hdf5-72c126a2f6a929e784c5dc6861f98444dd0fcc3a.zip hdf5-72c126a2f6a929e784c5dc6861f98444dd0fcc3a.tar.gz hdf5-72c126a2f6a929e784c5dc6861f98444dd0fcc3a.tar.bz2 |
[svn-r5316]
Purpose:
Bugfix -- fixes #751
Description:
Elaborated on 'ref' parameter type.
Platforms tested:
IE 5
Diffstat (limited to 'doc/html/RM_H5R.html')
-rw-r--r-- | doc/html/RM_H5R.html | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/doc/html/RM_H5R.html b/doc/html/RM_H5R.html index ac1bda8..82a012e 100644 --- a/doc/html/RM_H5R.html +++ b/doc/html/RM_H5R.html @@ -125,11 +125,26 @@ facilitate moving easily between them.</i> of the type specified in <code>ref_type</code>, pointing to the object <code>name</code> located at <code>loc_id</code>. <p> + The HDF5 library maps the <em>void</em> type specified above + for <code>ref</code> to the type specified in <code>ref_type</code>, + which will be one of the following: + <dir> + <table border=0> + <tr><td><em>hdset_reg_ref_t</em> </td> + <td><code>H5R_DATASET_REGION</code> </td> + <td>Dataset region reference</td></tr> + <tr><td><em>hobj_ref_t</em></td> + <td><code>H5R_OBJECT</code></td> + <td>Object reference</td></tr> + </table> + </dir> + <p> The parameters <code>loc_id</code> and <code>name</code> are used to locate the object. <p> The parameter <code>space_id</code> identifies the region - to be pointed to (for dataset region references). + to be pointed to for a dataset region reference. + This parameter is unused with object references. <dt><strong>Parameters:</strong> <dl> <dt><em>void *</em><code>ref</code> @@ -320,7 +335,7 @@ H5R <a href="mailto:hdfhelp@ncsa.uiuc.edu">HDF Help Desk</a> <br> -Last modified: 13 July 2000 +Last modified: 30 April 2002 <br> Describes HDF5 Release 1.4.3, February 2002 |