From 769014bdc860de3f5525989f392c36300a18bb62 Mon Sep 17 00:00:00 2001 From: Frank Baker Date: Fri, 20 Jun 2003 17:07:02 -0500 Subject: [svn-r7077] Purpose: Edits based on review feedback. Description: H5Tis_variable_str H5Tdetect_class -- Added notes regarding applicability of these 2 functions. H5Tget_native_type -- Copy edits. Added note to close returned identifier with H5Tclose and clarification WRT array, compoud, etc datatypes. Misc copy edits. Platforms tested: IE 5, Safari --- doc/html/RM_H5T.html | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/doc/html/RM_H5T.html b/doc/html/RM_H5T.html index c19acf7..cc13dd9 100644 --- a/doc/html/RM_H5T.html +++ b/doc/html/RM_H5T.html @@ -379,7 +379,7 @@ in the HDF5 User's Guide for further information, including a compl specified by loc_id and returns an identifier for the datatype. loc_id is either a file or group identifier. The identifier should eventually be closed - by calling H5Tclose() to release resources. + by calling H5Tclose to release resources.
Parameters:
hid_t loc_id @@ -747,6 +747,9 @@ H5Tget_overflow ()
Description:
H5Tvlen_create determines whether the datatype identified in dtype_id is a variable-length string. +

+ This function can be used to distinguish between + fixed and variable-length string datatypes.

Parameters:
hid_t dtype_id @@ -977,12 +980,17 @@ H5Tget_overflow () H5T_class_tdtype_class )
Purpose: -
Determines whether a datatype is of the given datatype class. +
Determines whether a datatype contains any datatypes of the + given datatype class.
Description:
H5Tdetect_class determines whether the datatype - specified in dtype_id is of the + specified in dtype_id contains any datatypes of the datatype class specified in dtype_class.

+ This function is useful primarily in recursively examining + all the fields and/or base types + of compound, array, and variable-length datatypes. +

Valid class identifiers are as defined in H5Tget_class.

Parameters: @@ -1115,7 +1123,7 @@ H5Tget_overflow ()
Returns the native datatype of a specified datatype.
Description:
H5Tget_native_type returns the equivalent native datatype - for the dataset datatype specified in type_id. + for the datatype specified in type_id.

H5Tget_native_type is a high-level function designed primarily to facilitate use of the H5Dread function, @@ -1166,6 +1174,10 @@ H5Tget_overflow () use with intenger and floating point datatypes. Time, bifield, opaque, and reference datatypes are returned as a copy of type_id. +

+ The identifier returned by H5Tget_native_type + should eventually be closed by calling H5Tclose + to release resources.

Parameters:
hid_t type_id -- cgit v0.12