[svn-r502] HDF5 Reference Manual
Final updates for Alpha2. All currently-implemented functions added. Technical content verified.
This commit is contained in:
@@ -5,6 +5,23 @@ HDF5/H5P Draft API Specification
|
||||
|
||||
<body>
|
||||
|
||||
<hr>
|
||||
<center>
|
||||
<a href="RM_H5Front.html">HDF5 Reference Manual</a>
|
||||
<a href="RM_H5.html">H5</a>
|
||||
<a href="RM_H5A.html">H5A</a>
|
||||
<a href="RM_H5D.html">H5D</a>
|
||||
<a href="RM_H5E.html">H5E</a>
|
||||
<a href="RM_H5F.html">H5F</a>
|
||||
<a href="RM_H5G.html">H5G</a>
|
||||
H5P
|
||||
<a href="RM_H5S.html">H5S</a>
|
||||
<a href="RM_H5T.html">H5T</a>
|
||||
<a href="RM_H5Z.html">H5Z</a>
|
||||
<a href="Glossary.html">Glossary</a>
|
||||
</center>
|
||||
<hr>
|
||||
|
||||
<center>
|
||||
<h1>H5P: Property List Interface</h1>
|
||||
</center>
|
||||
@@ -115,19 +132,23 @@ many different parameters to be easily manipulated.
|
||||
<dl>
|
||||
<dt><code>H5P_FILE_CREATE</code>
|
||||
<dd>Properties for file creation.
|
||||
See <a href="../Files.html">H5F</a>
|
||||
See <a href="Files.html">Files</a>
|
||||
in the <cite>HDF User's Guide</cite>
|
||||
for details about the file creation properties.
|
||||
<dt><code>H5P_FILE_ACCESS</code>
|
||||
<dd>Properties for file access.
|
||||
See <a href="../Files.html">H5F</a>
|
||||
See <a href="Files.html">Files</a>
|
||||
in the <cite>HDF User's Guide</cite>
|
||||
for details about the file creation properties.
|
||||
<dt><code>H5P_DATASET_CREATE</code>
|
||||
<dd>Properties for dataset creation.
|
||||
See <a href="../Datasets.html">H5D</a>
|
||||
See <a href="Datasets.html">Datasets</a>
|
||||
in the <cite>HDF User's Guide</cite>
|
||||
for details about dataset creation properties.
|
||||
<dt><code>H5P_DATASET_XFER</code>
|
||||
<dd>Properties for raw data transfer.
|
||||
See <a href="../Datasets.html">H5D</a>
|
||||
See <a href="Datasets.html">Datasets</a>
|
||||
in the <cite>HDF User's Guide</cite>
|
||||
for details about raw data transfer properties.
|
||||
</dl>
|
||||
<dt><strong>Parameters:</strong>
|
||||
@@ -1570,7 +1591,7 @@ many different parameters to be easily manipulated.
|
||||
property list and eventually to the file and passed to the
|
||||
compression functions.
|
||||
<p>
|
||||
See <a href="UG/Compression.html"><cite>Compression</cite></a>
|
||||
See <a href="Compression.html"><cite>Compression</cite></a>
|
||||
in the <cite>HDF5 User's Guide</cite> for further information.
|
||||
<dt><strong>Parameters:</strong>
|
||||
<dl>
|
||||
@@ -1679,15 +1700,28 @@ many different parameters to be easily manipulated.
|
||||
</dl>
|
||||
|
||||
|
||||
<hr>
|
||||
<center>
|
||||
<a href="RM_H5Front.html">HDF5 Reference Manual</a>
|
||||
<a href="RM_H5.html">H5</a>
|
||||
<a href="RM_H5A.html">H5A</a>
|
||||
<a href="RM_H5D.html">H5D</a>
|
||||
<a href="RM_H5E.html">H5E</a>
|
||||
<a href="RM_H5F.html">H5F</a>
|
||||
<a href="RM_H5G.html">H5G</a>
|
||||
H5P
|
||||
<a href="RM_H5S.html">H5S</a>
|
||||
<a href="RM_H5T.html">H5T</a>
|
||||
<a href="RM_H5Z.html">H5Z</a>
|
||||
<a href="Glossary.html">Glossary</a>
|
||||
</center>
|
||||
<hr>
|
||||
|
||||
<address>
|
||||
<a href="mailto:fbaker@ncsa.uiuc.edu">Frank Baker</a>
|
||||
<br>
|
||||
<a href="mailto:h5docs@ncsa.uiuc.edu">HDF5 Documentation</a>
|
||||
<a href="mailto:hdfhelp@ncsa.uiuc.edu">HDF Help Desk</a>
|
||||
|
||||
<br>
|
||||
Last modified: 8 July 1998
|
||||
Last modified: 14 July 1998
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user