diff options
Diffstat (limited to 'doc/html/RM_H5T.html')
-rw-r--r-- | doc/html/RM_H5T.html | 20 |
1 files changed, 17 insertions, 3 deletions
diff --git a/doc/html/RM_H5T.html b/doc/html/RM_H5T.html index 0fa5926..086b9cc 100644 --- a/doc/html/RM_H5T.html +++ b/doc/html/RM_H5T.html @@ -18,7 +18,10 @@ HDF5/H5T Draft API Specification <a href="RM_H5S.html">H5S</a> H5T <a href="RM_H5Z.html">H5Z</a> +<a href="Tools.html">Tools</a> +<!-- <a href="Glossary.html">Glossary</a> +--> </center> <hr> @@ -121,7 +124,7 @@ A <em>data point</em> is an instance of a <em>datatype</em>, <p> See <a href="Datatypes.html"><cite>The Datatype Interface (H5T)</cite></a> -in the <cite>HDF5 User's Guide</cite> for further information. +in the <cite>HDF5 User's Guide</cite> for further information, including a complete list of all supported datatypes. <hr> @@ -142,7 +145,7 @@ in the <cite>HDF5 User's Guide</cite> for further information. <dt><strong>Parameters:</strong> <dl> <dt><em>hid_t</em> <code>loc_id</code> - <dd>A file or group identifier. + <dd>A file, group, or datatype identifier. <dt><em>const char *</em> <code>name</code> <dd>A datatype name. </dl> @@ -489,6 +492,14 @@ H5Tget_overflow () <dd> Native single-precision float type, declare dataset array as 'float' <dt>H5T_NATIVE_DOUBLE <dd> Native double-precision float type, declare dataset array as 'double' + <dt>H5T_NATIVE_HSIZE + <dd> Native size_t type, declare dataset array as 'hsize_t' + <dt>H5T_NATIVE_HSSIZE + <dd> Native signed size_t type, declare dataset array as 'hssize_t' + <dt>H5T_NATIVE_HERR + <dd> Native error type, declare dataset array as 'herr_t' + <dt>H5T_NATIVE_HBOOL + <dd> Native boolean type, declare dataset array as 'hbool_t' </dl> </ul> --> <dt><strong>Parameters:</strong> @@ -1741,7 +1752,10 @@ zero. <a href="RM_H5S.html">H5S</a> H5T <a href="RM_H5Z.html">H5Z</a> +<a href="Tools.html">Tools</a> +<!-- <a href="Glossary.html">Glossary</a> +--> </center> <hr> @@ -1749,7 +1763,7 @@ H5T <a href="mailto:hdfhelp@ncsa.uiuc.edu">HDF Help Desk</a> <br> -Last modified: 14 July 1998 +Last modified: 2 September 1998 </body> </html> |