From daaa2679ea848d55035ba150601a2c8970e7760e Mon Sep 17 00:00:00 2001 From: Frank Baker Date: Thu, 26 Jun 2003 11:46:08 -0500 Subject: [svn-r7110] Purpose: Primarily edits from tech review feedback. Description: H5Rget_obj_type Corrected parameter reference. H5Rget_object_type Corrected cross-reference. Corrected ""HDF5 R1.4 compatibility" note. Copy edits. Platforms tested: IE 5, Safari --- doc/html/RM_H5R.html | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/doc/html/RM_H5R.html b/doc/html/RM_H5R.html index 8f72d8f..a82e786 100644 --- a/doc/html/RM_H5R.html +++ b/doc/html/RM_H5R.html @@ -76,7 +76,7 @@ to specific objects and data regions in an HDF5 file. * Functions labelled with an asterisk (*) are provided only for backwards compatibility with HDF5 Releases 1.4.x. See further notes in the description of each function. -
+

Alphabetical Listing @@ -91,7 +91,7 @@ See further notes in the description of each function.

  • H5Rget_obj_type -
  • H5Rget_object_type +
  • H5Rget_object_type *        @@ -309,7 +309,8 @@ facilitate moving easily between them. H5Rget_obj_type returns the type of the referenced object.

    - Valid object reference types, to pass in as ref, include the following: + Valid object reference types, to pass in as ref_type, + include the following:
         H5R_OBJECT @@ -375,14 +376,15 @@ facilitate moving easily between them.
    Retrieves the type of object that an object reference points to.
    Description:
    [NOTE: + This function is provided only to enable backward compatibility with HDF5 Releases 1.4.x. - This function is enabled only if the HDF5 library is compiled + This function is enabled only if the HDF5 library is configured with the flag H5_WANT_H5_V1_4_COMPAT and is not enabled in the binaries distributed by NCSA. This function has been replaced in Release 1.6 by the function - H5Rget_object_type - and will eventually be deleted from the HDF5 distribution.] + H5Rget_obj_type + and will eventually be deleted from the HDF5 distribution.]

    Given a reference to an object ref, H5Rget_object_type returns the -- cgit v0.12