summaryrefslogtreecommitdiffstats
path: root/doc/html/Tools.html
diff options
context:
space:
mode:
authorRuey-Hsia Li <rli@ncsa.uiuc.edu>1999-02-09 18:07:59 (GMT)
committerRuey-Hsia Li <rli@ncsa.uiuc.edu>1999-02-09 18:07:59 (GMT)
commit12d679104c256599bca8146c027831f3181b3f91 (patch)
tree7aab2579f1494bfe364d47347dc06609b7a4e5d3 /doc/html/Tools.html
parenta2f63c942477187a9a496d2471a1ba02bae2a28e (diff)
downloadhdf5-12d679104c256599bca8146c027831f3181b3f91.zip
hdf5-12d679104c256599bca8146c027831f3181b3f91.tar.gz
hdf5-12d679104c256599bca8146c027831f3181b3f91.tar.bz2
[svn-r1060] Updated the example in ddl.html and supported features in Tools.html.
Diffstat (limited to 'doc/html/Tools.html')
-rw-r--r--doc/html/Tools.html37
1 files changed, 22 insertions, 15 deletions
diff --git a/doc/html/Tools.html b/doc/html/Tools.html
index fc54123..33ab227 100644
--- a/doc/html/Tools.html
+++ b/doc/html/Tools.html
@@ -152,34 +152,41 @@ These tools enable the user to examine HDF5 files interactively.
<ul>
<li>Group
<ul>
- <li>group attributes
+ <li>group attribute (see Attribute)
<li>group member
</ul>
<li>Dataset
<ul>
- <li>dataset attributes
- <li>data type
- <li>data space
- <li>data
+ <li>dataset attribute (see Attribute)
+ <li>dataset type (see Data type)
+ <li>dataset space (see Data space)
+ <li>dataset data
+ </ul>
+ <li>Attribute
+ <ul>
+ <li>attribute type (see Data type)
+ <li>attribute space (see Data space)
+ <li>attribute data
</ul>
<li>Data type
<ul>
- <li>atomic type
- <li>compound type
+ <li>integer type
+ <dt>- H5T_STD_I8BE, H5T_STD_I8LE, H5T_STD_I16BE, ...
+ <li>floating point type
+ <dt>- H5T_IEEE_F32BE, H5T_IEEE_F32LE, H5T_IEEE_F64BE, ...
<li>string type
+ <li>compound type
+ <dt>- named, unamed and transient compound type
+ <dt>- integer, floating or string type member
+ </ul>
+ <li>Data space
+ <ul>
+ <li>scalar and simple space
</ul>
- <li>Simple data space
<li>Soft link
<li>Hard link
<li>Loop detection
</ul>
- <dd>The to do list includes:
- <ul>
- <li>Display data correctly
- <li>Make h5dump output consistent with DDL
- <li>Support storage layout
- <li>Define file boot block
- </ul>
<dt><strong>See Also:</strong>
<dd>HDF5 Data Description Language syntax