mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-17 16:10:24 +08:00
[svn-r7014]
Purpose: To facilitate finding functions, particularly in long Reference Manual sections. Solution: Added alphabetized function listings. (NOTE: Aside from the H5I and H5Z sections, this is not necessarily the final implementation; there will likely be another revision in the presentation of this listing before it is released.) Platforms tested: Safari, IE 5
This commit is contained in:
parent
bec5a9ba64
commit
ca33a5498c
@ -71,6 +71,33 @@ and it users.
|
||||
</ul>
|
||||
</td></tr>
|
||||
</table>
|
||||
<br>
|
||||
|
||||
<i>Alphabetical Listing</i>
|
||||
|
||||
<table border="0">
|
||||
<tr>
|
||||
<td valign="top">
|
||||
<li><a href="#Library-VersCheck">H5check_version</a>
|
||||
<li><a href="#Library-Close">H5close</a>
|
||||
<li><a href="#Library-DontAtExit">H5dont_atexit</a>
|
||||
</td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td valign="top">
|
||||
<li><a href="#Library-GarbageCollect">H5garbage_collect</a>
|
||||
<li><a href="#Library-Version">H5get_libversion</a>
|
||||
<li><a href="#Library-Open">H5open</a>
|
||||
</td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td valign="top">
|
||||
<li><a href="#Library-SetFreeListLimits">H5set_free_list_limits</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<p>
|
||||
<strong>The FORTRAN90 Interfaces:</strong>
|
||||
@ -482,7 +509,7 @@ And in this document, the
|
||||
Describes HDF5 Release 1.5, Unreleased Development Branch
|
||||
</address><!-- #EndLibraryItem -->
|
||||
|
||||
Last modified: 11 April 2003
|
||||
Last modified: 6 June 2003
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
@ -78,6 +78,38 @@ and information about attributes.
|
||||
</ul>
|
||||
</td></tr>
|
||||
</table>
|
||||
<br>
|
||||
|
||||
<i>Alphabetical Listing</i>
|
||||
|
||||
<table border="0">
|
||||
<tr>
|
||||
<td valign="top">
|
||||
<li><a href="#Annot-Close">H5Aclose</a>
|
||||
<li><a href="#Annot-Create">H5Acreate</a>
|
||||
<li><a href="#Annot-Delete">H5Adelete</a>
|
||||
<li><a href="#Annot-GetName">H5Aget_name</a>
|
||||
</td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td valign="top">
|
||||
<li><a href="#Annot-NumAttrs">H5Aget_num_attrs</a>
|
||||
<li><a href="#Annot-GetSpace">H5Aget_space</a>
|
||||
<li><a href="#Annot-GetType">H5Aget_type</a>
|
||||
<li><a href="#Annot-Iterate">H5Aiterate</a>
|
||||
</td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td valign="top">
|
||||
<li><a href="#Annot-OpenIdx">H5Aopen_idx</a>
|
||||
<li><a href="#Annot-OpenName">H5Aopen_name</a>
|
||||
<li><a href="#Annot-Read">H5Aread</a>
|
||||
<li><a href="#Annot-Write">H5Awrite</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<p>
|
||||
<strong>The FORTRAN90 Interfaces:</strong>
|
||||
@ -689,7 +721,7 @@ And in this document, the
|
||||
Describes HDF5 Release 1.5, Unreleased Development Branch
|
||||
</address><!-- #EndLibraryItem -->
|
||||
|
||||
Last modified: 18 Dec 2001
|
||||
Last modified: 6 June 2001
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
@ -90,6 +90,42 @@ and set and retrieve their constant or persistent properties.
|
||||
</ul>
|
||||
</td></tr>
|
||||
</table>
|
||||
<br>
|
||||
|
||||
<i>Alphabetical Listing</i>
|
||||
|
||||
<table border="0">
|
||||
<tr>
|
||||
<td valign="top">
|
||||
<li><a href="#Dataset-Close">H5Dclose</a>
|
||||
<li><a href="#Dataset-Create">H5Dcreate</a>
|
||||
<li><a href="#Dataset-Extend">H5Dextend</a>
|
||||
<li><a href="#Dataset-Fill">H5Dfill</a>
|
||||
<li><a href="#Dataset-GetCreatePlist">H5Dget_create_plist</a>
|
||||
<li><a href="#Dataset-GetOffset">H5Dget_offset</a>
|
||||
</td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td valign="top">
|
||||
<li><a href="#Dataset-GetSpace">H5Dget_space</a>
|
||||
<li><a href="#Dataset-GetSpaceStatus">H5Dget_space_status</a>
|
||||
<li><a href="#Dataset-GetStorageSize">H5Dget_storage_size</a>
|
||||
<li><a href="#Dataset-GetType">H5Dget_type</a>
|
||||
<li><a href="#Dataset-Iterate">H5Diterate</a>
|
||||
<li><a href="#Dataset-Open">H5Dopen</a>
|
||||
</td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td valign="top">
|
||||
<li><a href="#Dataset-Read">H5Dread</a>
|
||||
<li><a href="#Dataset-VLGetBuf">H5Dvlen_get_buf_size</a>
|
||||
<li><a href="#Dataset-VLReclaim">H5Dvlen_reclaim</a>
|
||||
<li><a href="#Dataset-Write">H5Dwrite</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<p>
|
||||
<strong>The FORTRAN90 Interfaces:</strong>
|
||||
@ -1133,7 +1169,7 @@ And in this document, the
|
||||
Describes HDF5 Release 1.5, Unreleased Development Branch
|
||||
</address><!-- #EndLibraryItem -->
|
||||
|
||||
Last modified: 11 April 2003
|
||||
Last modified: 6 June 2003
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
@ -74,6 +74,35 @@ These functions provide error handling capabilities in the HDF5 environment.
|
||||
</ul>
|
||||
</td></tr>
|
||||
</table>
|
||||
<br>
|
||||
|
||||
<i>Alphabetical Listing</i>
|
||||
|
||||
<table border="0">
|
||||
<tr>
|
||||
<td valign="top">
|
||||
<li><a href="#Error-Clear">H5Eclear</a>
|
||||
<li><a href="#Error-GetAuto">H5Eget_auto</a>
|
||||
<li><a href="#Error-GetMajor">H5Eget_major</a>
|
||||
</td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td valign="top">
|
||||
<li><a href="#Error-GetMinor">H5Eget_minor</a>
|
||||
<li><a href="#Error-Print">H5Eprint</a>
|
||||
<li><a href="#Error-Push">H5Epush</a>
|
||||
</td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td valign="top">
|
||||
<li><a href="#Error-SetAuto">H5Eset_auto</a>
|
||||
<li><a href="#Error-Walk">H5Ewalk</a>
|
||||
<li><a href="#Error-WalkCB">H5Ewalk_cb</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<p>
|
||||
<strong>The FORTRAN90 Interfaces:</strong>
|
||||
@ -577,7 +606,7 @@ And in this document, the
|
||||
Describes HDF5 Release 1.5, Unreleased Development Branch
|
||||
</address><!-- #EndLibraryItem -->
|
||||
|
||||
Last modified: 3 April 2003
|
||||
Last modified: 6 June 2003
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
@ -80,6 +80,41 @@ documented below.
|
||||
</ul>
|
||||
</td></tr>
|
||||
</table>
|
||||
<br>
|
||||
|
||||
<i>Alphabetical Listing</i>
|
||||
|
||||
<table border="0">
|
||||
<tr>
|
||||
<td valign="top">
|
||||
<li><a href="#File-Close">H5Fclose</a>
|
||||
<li><a href="#File-Create">H5Fcreate</a>
|
||||
<li><a href="#File-Flush">H5Fflush</a>
|
||||
<li><a href="#File-GetAccessPlist">H5Fget_access_plist</a>
|
||||
<li><a href="#File-GetCreatePlist">H5Fget_create_plist</a>
|
||||
|
||||
|
||||
</td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td valign="top">
|
||||
<li><a href="#File-GetObjCount">H5Fget_obj_count</a>
|
||||
<li><a href="#File-GetObjIDs">H5Fget_obj_ids</a>
|
||||
<li><a href="#File-GetVfdHandle">H5Fget_vfd_handle</a>
|
||||
<li><a href="#File-IsHDF5">H5Fis_hdf5</a>
|
||||
<li><a href="#File-Mount">H5Fmount</a>
|
||||
</td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td valign="top">
|
||||
<li><a href="#File-Open">H5Fopen</a>
|
||||
<li><a href="#File-Reopen">H5Freopen</a>
|
||||
<li><a href="#File-Unmount">H5Funmount</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<p>
|
||||
<strong>The FORTRAN90 Interfaces:</strong>
|
||||
@ -905,7 +940,7 @@ And in this document, the
|
||||
Describes HDF5 Release 1.5, Unreleased Development Branch
|
||||
</address><!-- #EndLibraryItem -->
|
||||
|
||||
Last modified: 3 April 2003
|
||||
Last modified: 6 June 2003
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
@ -82,6 +82,44 @@ of objects in an HDF5 file.
|
||||
</ul>
|
||||
</td></tr>
|
||||
</table>
|
||||
<br>
|
||||
|
||||
<i>Alphabetical Listing</i>
|
||||
|
||||
<table border="0">
|
||||
<tr>
|
||||
<td valign="top">
|
||||
<li><a href="#Group-Close">H5Gclose</a>
|
||||
<li><a href="#Group-Create">H5Gcreate</a>
|
||||
<li><a href="#Group-GetComment">H5Gget_comment</a>
|
||||
<li><a href="#Group-GetLinkval">H5Gget_linkval</a>
|
||||
<li><a href="#Group-GetNumObjs">H5Gget_num_objs</a>
|
||||
<li><a href="#Group-GetObjinfo">H5Gget_objinfo</a>
|
||||
|
||||
|
||||
</td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td valign="top">
|
||||
<li><a href="#Group-GetObjNameByIdx">H5Gget_objname_by_idx</a>
|
||||
<li><a href="#Group-GetObjTypeByIdx">H5Gget_objtype_by_idx</a>
|
||||
<li><a href="#Group-Iterate">H5Giterate</a>
|
||||
<li><a href="#Group-Link">H5Glink</a>
|
||||
<li><a href="#Group-Link2">H5Glink2</a>
|
||||
<li><a href="#Group-Move">H5Gmove</a>
|
||||
</td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td valign="top">
|
||||
<li><a href="#Group-Move2">H5Gmove2</a>
|
||||
<li><a href="#Group-Open">H5Gopen</a>
|
||||
<li><a href="#Group-SetComment">H5Gset_comment</a>
|
||||
<li><a href="#Group-Unlink">H5Gunlink</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<p>
|
||||
<strong>The FORTRAN90 Interfaces:</strong>
|
||||
@ -1133,7 +1171,7 @@ And in this document, the
|
||||
Describes HDF5 Release 1.5, Unreleased Development Branch
|
||||
</address><!-- #EndLibraryItem -->
|
||||
|
||||
Last modified: 22 April 2003
|
||||
Last modified: 6 June 2003
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
@ -58,11 +58,11 @@ object names.
|
||||
<table border=0>
|
||||
<tr><td valign=top>
|
||||
<ul>
|
||||
<li><a href="#Identify-GetType">H5Iget_type</a>
|
||||
<li><a href="#Identify-GetName">H5Iget_name</a>
|
||||
</ul>
|
||||
</td><td> </td><td valign=top>
|
||||
<ul>
|
||||
<li><a href="#Identify-GetName">H5Iget_name</a>
|
||||
<li><a href="#Identify-GetType">H5Iget_type</a>
|
||||
</ul>
|
||||
</td><td> </td><td valign=top>
|
||||
<ul>
|
||||
@ -90,11 +90,11 @@ facilitate moving easily between them.</i>
|
||||
<table border=0>
|
||||
<tr><td valign=top>
|
||||
<ul>
|
||||
<li><a href="#Identify-GetType">h5iget_type_f</a>
|
||||
<li><a href="#Identify-GetName">h5iget_name_f</a>
|
||||
</ul>
|
||||
</td><td> </td><td valign=top>
|
||||
<ul>
|
||||
<li><a href="#Identify-GetName">h5iget_name_f</a>
|
||||
<li><a href="#Identify-GetType">h5iget_type_f</a>
|
||||
</ul>
|
||||
</td><td> </td><td valign=top>
|
||||
<ul>
|
||||
@ -258,7 +258,7 @@ And in this document, the
|
||||
Describes HDF5 Release 1.5, Unreleased Development Branch
|
||||
</address><!-- #EndLibraryItem -->
|
||||
|
||||
Last modified: 17 April 2003
|
||||
Last modified: 10 June 2003
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
@ -246,6 +246,143 @@ which require many different parameters to be easily manipulated.
|
||||
-->
|
||||
|
||||
</table>
|
||||
<br>
|
||||
|
||||
<i>Alphabetical Listing</i>
|
||||
<table border="0">
|
||||
<tr>
|
||||
<td valign="top">
|
||||
<li><a href="#Property-AllFiltersAvail">H5Pall_filters_avail</a>
|
||||
<li><a href="#Property-Close">H5Pclose</a>
|
||||
<li><a href="#Property-CloseClass">H5Pclose_class</a>
|
||||
<li><a href="#Property-CloseList">H5Pclose_list</a>
|
||||
<li><a href="#Property-Copy">H5Pcopy</a>
|
||||
<li><a href="#Property-CopyProp">H5Pcopy_prop</a>
|
||||
<li><a href="#Property-Create">H5Pcreate</a>
|
||||
<li><a href="#Property-CreateClass">H5Pcreate_class</a>
|
||||
<li><a href="#Property-CreateList">H5Pcreate_list</a>
|
||||
<li><a href="#Property-Equal">H5Pequal</a>
|
||||
<li><a href="#Property-Exist">H5Pexist</a>
|
||||
<li><a href="#Property-FillValueDefined">H5Pfill_value_defined</a>
|
||||
<li><a href="#Property-Get">H5Pget</a>
|
||||
<li><a href="#Property-GetAlignment">H5Pget_alignment</a>
|
||||
<li><a href="#Property-GetAllocTime">H5Pget_alloc_time</a>
|
||||
<li><a href="#Property-GetBTreeRatios">H5Pget_btree_ratios</a>
|
||||
<li><a href="#Property-GetBuffer">H5Pget_buffer</a>
|
||||
<li><a href="#Property-GetCache">H5Pget_cache</a>
|
||||
<li><a href="#Property-GetChunk">H5Pget_chunk</a>
|
||||
<li><a href="#Property-GetClass">H5Pget_class</a>
|
||||
<li><a href="#Property-GetClassName">H5Pget_class_name</a>
|
||||
<li><a href="#Property-GetClassParent">H5Pget_class_parent</a>
|
||||
<li><a href="#Property-GetDriver">H5Pget_driver</a>
|
||||
<li><a href="#Property-GetDriverInfo">H5Pget_driver_info</a>
|
||||
<li><a href="#Property-GetDxplMpio">H5Pget_dxpl_mpio</a> ||
|
||||
<li><a href="#Property-GetDxplMulti">H5Pget_dxpl_multi</a>
|
||||
<li><a href="#Property-GetEdcCheck">H5Pget_edc_check</a>
|
||||
<li><a href="#Property-GetExternal">H5Pget_external</a>
|
||||
<li><a href="#Property-GetExternalCount">H5Pget_external_count</a>
|
||||
<li><a href="#Property-GetFamilyOffset">H5Pget_family_offset</a>
|
||||
<li><a href="#Property-GetFaplCore">H5Pget_fapl_core</a>
|
||||
<li><a href="#Property-GetFaplFamily">H5Pget_fapl_family</a>
|
||||
<li><a href="#Property-GetFaplGass">H5Pget_fapl_gass</a>
|
||||
<li><a href="#Property-GetFaplMpio">H5Pget_fapl_mpio</a> ||
|
||||
<li><a href="#Property-GetFaplMpiPosix">H5Pget_fapl_mpiposix</a> ||
|
||||
<li><a href="#Property-GetFaplMulti">H5Pget_fapl_multi</a>
|
||||
<li><a href="#Property-GetFaplSrb">H5Pget_fapl_srb</a>
|
||||
<li><a href="#Property-GetFaplStream">H5Pget_fapl_stream</a>
|
||||
<li><a href="#Property-GetFcloseDegree">H5Pget_fclose_degree</a>
|
||||
<li><a href="#Property-GetFillTime">H5Pget_fill_time</a>
|
||||
</td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td valign="top">
|
||||
<li><a href="#Property-GetFillValue">H5Pget_fill_value</a>
|
||||
<li><a href="#Property-GetFilter">H5Pget_filter</a>
|
||||
<li><a href="#Property-GetFilterById">H5Pget_filter_by_id</a>
|
||||
<li><a href="#Property-GetGCReferences">H5Pget_gc_references</a>
|
||||
<li><a href="#Property-GetHyperCache">H5Pget_hyper_cache</a>
|
||||
<li><a href="#Property-GetHyperVectorSize">H5Pget_hyper_vector_size</a>
|
||||
<li><a href="#Property-GetIstoreK">H5Pget_istore_k</a>
|
||||
<li><a href="#Property-GetLayout">H5Pget_layout</a>
|
||||
<li><a href="#Property-GetMetaBlockSize">H5Pget_meta_block_size</a>
|
||||
<li><a href="#Property-GetMultiType">H5Pget_multi_type</a>
|
||||
<li><a href="#Property-GetNFilters">H5Pget_nfilters</a>
|
||||
<li><a href="#Property-GetNProps">H5Pget_nprops</a>
|
||||
<li><a href="#Property-GetPreserve">H5Pget_preserve</a>
|
||||
<li><a href="#Property-GetSieveBufSize">H5Pget_sieve_buf_size</a>
|
||||
<li><a href="#Property-GetSize">H5Pget_size</a>
|
||||
<li><a href="#Property-GetSizes">H5Pget_sizes</a>
|
||||
<li><a href="#Property-GetSmallData">H5Pget_small_data_block_size</a>
|
||||
<li><a href="#Property-GetSymK">H5Pget_sym_k</a>
|
||||
<li><a href="#Property-GetUserblock">H5Pget_userblock</a>
|
||||
<li><a href="#Property-GetVersion">H5Pget_version</a>
|
||||
<li><a href="#Property-GetVLMemManager">H5Pget_vlen_mem_manager</a>
|
||||
<li><a href="#Property-Insert">H5Pinsert</a>
|
||||
<li><a href="#Property-IsAClass">H5Pisa_class</a>
|
||||
<li><a href="#Property-Iterate">H5Piterate</a>
|
||||
<li><a href="#Property-ModifyFilter">H5Pmodify_filter</a>
|
||||
<li><a href="#Property-Register">H5Pregister</a>
|
||||
<li><a href="#Property-Remove">H5Premove</a>
|
||||
<li><a href="#Property-Set">H5Pset</a>
|
||||
<li><a href="#Property-SetAlignment">H5Pset_alignment</a>
|
||||
<li><a href="#Property-SetAllocTime">H5Pset_alloc_time</a>
|
||||
<li><a href="#Property-SetBTreeRatios">H5Pset_btree_ratios</a>
|
||||
<li><a href="#Property-SetBuffer">H5Pset_buffer</a>
|
||||
<li><a href="#Property-SetCache">H5Pset_cache</a>
|
||||
<li><a href="#Property-SetChunk">H5Pset_chunk</a>
|
||||
<li><a href="#Property-SetDeflate">H5Pset_deflate</a>
|
||||
<li><a href="#Property-SetDriver">H5Pset_driver</a>
|
||||
<li><a href="#Property-SetDxplMpio">H5Pset_dxpl_mpio</a> ||
|
||||
<li><a href="#Property-SetDxplMulti">H5Pset_dxpl_multi</a>
|
||||
<li><a href="#Property-SetEdcCheck">H5Pset_edc_check</a>
|
||||
<li><a href="#Property-SetExternal">H5Pset_external</a>
|
||||
</td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td valign="top">
|
||||
<li><a href="#Property-SetFamilyOffset">H5Pset_family_offset</a>
|
||||
<li><a href="#Property-SetFaplCore">H5Pset_fapl_core</a>
|
||||
<li><a href="#Property-SetFaplFamily">H5Pset_fapl_family</a>
|
||||
<li><a href="#Property-SetFaplGass">H5Pset_fapl_gass</a>
|
||||
<li><a href="#Property-SetFaplLog">H5Pset_fapl_log</a>
|
||||
<li><a href="#Property-SetFaplMpio">H5Pset_fapl_mpio</a> ||
|
||||
<li><a href="#Property-SetFaplMpiPosix">H5Pset_fapl_mpiposix</a> ||
|
||||
<li><a href="#Property-SetFaplMulti">H5Pset_fapl_multi</a>
|
||||
<li><a href="#Property-SetFaplSec2">H5Pset_fapl_sec2</a>
|
||||
<li><a href="#Property-SetFaplSplit">H5Pset_fapl_split</a>
|
||||
<li><a href="#Property-SetFaplSrb">H5Pset_fapl_srb</a>
|
||||
<li><a href="#Property-SetFaplStdio">H5Pset_fapl_stdio</a>
|
||||
<li><a href="#Property-SetFaplStream">H5Pset_fapl_stream</a>
|
||||
<li><a href="#Property-SetFcloseDegree">H5Pset_fclose_degree</a>
|
||||
<li><a href="#Property-SetFillTime">H5Pset_fill_time</a>
|
||||
<li><a href="#Property-SetFillValue">H5Pset_fill_value</a>
|
||||
<li><a href="#Property-SetFilter">H5Pset_filter</a>
|
||||
<li><a href="#Property-SetFilterCallback">H5Pset_filter_callback</a>
|
||||
<li><a href="#Property-SetFletcher32">H5Pset_fletcher32</a>
|
||||
<li><a href="#Property-SetGCReferences">H5Pset_gc_references</a>
|
||||
<li><a href="#Property-SetHyperCache">H5Pset_hyper_cache</a>
|
||||
<li><a href="#Property-SetHyperVectorSize">H5Pset_hyper_vector_size</a>
|
||||
<li><a href="#Property-SetIstoreK">H5Pset_istore_k</a>
|
||||
<li><a href="#Property-SetLayout">H5Pset_layout</a>
|
||||
<li><a href="#Property-SetMetaBlockSize">H5Pset_meta_block_size</a>
|
||||
<li><a href="#Property-SetMultiType">H5Pset_multi_type</a>
|
||||
<li><a href="#Property-SetPreserve">H5Pset_preserve</a>
|
||||
<li><a href="#Property-SetShuffle">H5Pset_shuffle</a>
|
||||
<li><a href="#Property-SetSieveBufSize">H5Pset_sieve_buf_size</a>
|
||||
<li><a href="#Property-SetSizes">H5Pset_sizes</a>
|
||||
<li><a href="#Property-SetSmallData">H5Pset_small_data_block_size</a>
|
||||
<li><a href="#Property-SetSymK">H5Pset_sym_k</a>
|
||||
<li><a href="#Property-SetSzip">H5Pset_szip</a>
|
||||
<li><a href="#Property-SetUserblock">H5Pset_userblock</a>
|
||||
<li><a href="#Property-SetVLMemManager">H5Pset_vlen_mem_manager</a>
|
||||
<li><a href="#Property-Unregister">H5Punregister</a>
|
||||
<br><br>
|
||||
<i>|| <i>Available only in the parallel HDF5 library.</i>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<p>
|
||||
<strong>The FORTRAN90 Interfaces:</strong>
|
||||
@ -7486,7 +7623,7 @@ And in this document, the
|
||||
Describes HDF5 Release 1.5, Unreleased Development Branch
|
||||
</address><!-- #EndLibraryItem -->
|
||||
|
||||
Last modified: 6 May 2003
|
||||
Last modified: 6 June 2003
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
@ -71,6 +71,31 @@ to specific objects and data regions in an HDF5 file.
|
||||
</ul>
|
||||
</td></tr>
|
||||
</table>
|
||||
<br>
|
||||
|
||||
<i>Alphabetical Listing</i>
|
||||
|
||||
<table border="0">
|
||||
<tr>
|
||||
<td valign="top">
|
||||
<li><a href="#Reference-Create">H5Rcreate</a>
|
||||
<li><a href="#Reference-Dereference">H5Rdereference</a>
|
||||
</td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td valign="top">
|
||||
<li>H5Rget_obj_type</li>
|
||||
<li><a href="#Reference-GetObjectType">H5Rget_object_type</a>
|
||||
</td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td valign="top">
|
||||
<li><a href="#Reference-GetRegion">H5Rget_region</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<p>
|
||||
<strong>The FORTRAN90 Interfaces:</strong>
|
||||
@ -338,7 +363,7 @@ And in this document, the
|
||||
Describes HDF5 Release 1.5, Unreleased Development Branch
|
||||
</address><!-- #EndLibraryItem -->
|
||||
|
||||
Last modified: 8 April 2003
|
||||
Last modified: 6 June 2003
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
@ -93,6 +93,52 @@ elements of a dataset.
|
||||
<!--<li><a href="#Dataspace-SelectSelect">H5Sselect_select</a> -->
|
||||
</td></tr>
|
||||
</table>
|
||||
<br>
|
||||
|
||||
<i>Alphabetical Listing</i>
|
||||
|
||||
<table border="0">
|
||||
<tr>
|
||||
<td valign="top">
|
||||
<li><a href="#Dataspace-Close">H5Sclose</a>
|
||||
<li><a href="#Dataspace-Copy">H5Scopy</a>
|
||||
<li><a href="#Dataspace-Create">H5Screate</a>
|
||||
<li><a href="#Dataspace-CreateSimple">H5Screate_simple</a>
|
||||
<li><a href="#Dataspace-ExtentCopy">H5Sextent_copy</a>
|
||||
<li><a href="#Dataspace-SelectBounds">H5Sget_select_bounds</a>
|
||||
<li><a href="#Dataspace-SelectElemNPoints">H5Sget_select_elem_npoints</a>
|
||||
<li><a href="#Dataspace-SelectElemPointList">H5Sget_select_elem_pointlist</a>
|
||||
<li><a href="#Dataspace-SelectHyperBlockList">H5Sget_select_hyper_blocklist</a>
|
||||
</td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td valign="top">
|
||||
<li><a href="#Dataspace-SelectHyperNBlocks">H5Sget_select_hyper_nblocks</a>
|
||||
<li><a href="#Dataspace-SelectNpoints">H5Sget_select_npoints</a>
|
||||
<li><a href="#Dataspace-GetSelectType">H5Sget_select_type</a>
|
||||
<li><a href="#Dataspace-ExtentDims">H5Sget_simple_extent_dims</a>
|
||||
<li><a href="#Dataspace-ExtentNdims">H5Sget_simple_extent_ndims</a>
|
||||
<li><a href="#Dataspace-ExtentNpoints">H5Sget_simple_extent_npoints</a>
|
||||
<li><a href="#Dataspace-ExtentType">H5Sget_simple_extent_type</a>
|
||||
<li><a href="#Dataspace-IsSimple">H5Sis_simple</a>
|
||||
<li><a href="#Dataspace-OffsetSimple">H5Soffset_simple</a>
|
||||
</td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td valign="top">
|
||||
|
||||
<li><a href="#Dataspace-SelectAll">H5Sselect_all</a>
|
||||
<li><a href="#Dataspace-SelectElements">H5Sselect_elements</a>
|
||||
<li><a href="#Dataspace-SelectHyperslab">H5Sselect_hyperslab</a>
|
||||
<li><a href="#Dataspace-SelectNone">H5Sselect_none</a>
|
||||
<li><a href="#Dataspace-SelectValid">H5Sselect_valid</a>
|
||||
<li><a href="#Dataspace-SetExtentNone">H5Sset_extent_none</a>
|
||||
<li><a href="#Dataspace-SetExtentSimple">H5Sset_extent_simple</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<p>
|
||||
<strong>The FORTRAN90 Interfaces:</strong>
|
||||
@ -1389,7 +1435,7 @@ And in this document, the
|
||||
Describes HDF5 Release 1.5, Unreleased Development Branch
|
||||
</address><!-- #EndLibraryItem -->
|
||||
|
||||
Last modified: 17 April 2003
|
||||
Last modified: 6 June 2003
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
@ -143,6 +143,88 @@ of a dataset.
|
||||
</td></tr>
|
||||
</table>
|
||||
|
||||
<br>
|
||||
|
||||
<i>Alphabetical Listing</i>
|
||||
<table border="0">
|
||||
<tr>
|
||||
<td valign="top">
|
||||
<li><a href="#Datatype-ArrayCreate">H5Tarray_create</a>
|
||||
<li><a href="#Datatype-Close">H5Tclose</a>
|
||||
<li><a href="#Datatype-Commit">H5Tcommit</a>
|
||||
<li><a href="#Datatype-Committed">H5Tcommitted</a>
|
||||
<li><a href="#Datatype-Convert">H5Tconvert</a>
|
||||
<li><a href="#Datatype-Copy">H5Tcopy</a>
|
||||
<li><a href="#Datatype-Create">H5Tcreate</a>
|
||||
<li><a href="#Datatype-DetectClass">H5Tdetect_class</a>
|
||||
<li><a href="#Datatype-EnumCreate">H5Tenum_create</a>
|
||||
<li><a href="#Datatype-EnumInsert">H5Tenum_insert</a>
|
||||
<li><a href="#Datatype-EnumNameOf">H5Tenum_nameof</a>
|
||||
<li><a href="#Datatype-EnumValueOf">H5Tenum_valueof</a>
|
||||
<li><a href="#Datatype-Equal">H5Tequal</a>
|
||||
<li><a href="#Datatype-Find">H5Tfind</a>
|
||||
<li><a href="#Datatype-GetArrayDims">H5Tget_array_dims</a>
|
||||
<li><a href="#Datatype-GetArrayNdims">H5Tget_array_ndims</a>
|
||||
<li><a href="#Datatype-GetClass">H5Tget_class</a>
|
||||
<li><a href="#Datatype-GetCset">H5Tget_cset</a>
|
||||
<li><a href="#Datatype-GetEbias">H5Tget_ebias</a>
|
||||
<li><a href="#Datatype-GetFields">H5Tget_fields</a>
|
||||
<li><a href="#Datatype-GetInpad">H5Tget_inpad</a>
|
||||
</td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td valign="top">
|
||||
<li><a href="#Datatype-GetMemberClass">H5Tget_member_class</a>
|
||||
<li><a href="#Datatype-GetMemberIndex">H5Tget_member_index</a>
|
||||
<li><a href="#Datatype-GetMemberName">H5Tget_member_name</a>
|
||||
<li><a href="#Datatype-GetMemberOffset">H5Tget_member_offset</a>
|
||||
<li><a href="#Datatype-GetMemberType">H5Tget_member_type</a>
|
||||
<li><a href="#Datatype-GetMemberValue">H5Tget_member_value</a>
|
||||
<li><a href="#Datatype-GetNativeType">H5Tget_native_type</a>
|
||||
<li><a href="#Datatype-GetNmembers">H5Tget_nmembers</a>
|
||||
<li><a href="#Datatype-GetNorm">H5Tget_norm</a>
|
||||
<li><a href="#Datatype-GetOffset">H5Tget_offset</a>
|
||||
<li><a href="#Datatype-GetOrder">H5Tget_order</a>
|
||||
<li><a href="#Datatype-GetOverflow">H5Tget_overflow</a>
|
||||
<li><a href="#Datatype-GetPad">H5Tget_pad</a>
|
||||
<li><a href="#Datatype-GetPrecision">H5Tget_precision</a>
|
||||
<li><a href="#Datatype-GetSign">H5Tget_sign</a>
|
||||
<li><a href="#Datatype-GetSize">H5Tget_size</a>
|
||||
<li><a href="#Datatype-GetStrpad">H5Tget_strpad</a>
|
||||
<li><a href="#Datatype-GetSuper">H5Tget_super</a>
|
||||
<li><a href="#Datatype-GetTag">H5Tget_tag</a>
|
||||
<li><a href="#Datatype-Insert">H5Tinsert</a>
|
||||
<li><a href="#Datatype-IsVariableString">H5Tis_variable_str</a>
|
||||
</td>
|
||||
|
||||
<td> </td>
|
||||
|
||||
<td valign="top">
|
||||
<li><a href="#Datatype-Lock">H5Tlock</a>
|
||||
<li><a href="#Datatype-Open">H5Topen</a>
|
||||
<li><a href="#Datatype-Pack">H5Tpack</a>
|
||||
<li><a href="#Datatype-Register">H5Tregister</a>
|
||||
<li><a href="#Datatype-SetCset">H5Tset_cset</a>
|
||||
<li><a href="#Datatype-SetEbias">H5Tset_ebias</a>
|
||||
<li><a href="#Datatype-SetFields">H5Tset_fields</a>
|
||||
<li><a href="#Datatype-SetInpad">H5Tset_inpad</a>
|
||||
<li><a href="#Datatype-SetNorm">H5Tset_norm</a>
|
||||
<li><a href="#Datatype-SetOffset">H5Tset_offset</a>
|
||||
<li><a href="#Datatype-SetOrder">H5Tset_order</a>
|
||||
<li><a href="#Datatype-SetOverflow">H5Tset_overflow</a>
|
||||
<li><a href="#Datatype-SetPad">H5Tset_pad</a>
|
||||
<li><a href="#Datatype-SetPrecision">H5Tset_precision</a>
|
||||
<li><a href="#Datatype-SetSign">H5Tset_sign</a>
|
||||
<li><a href="#Datatype-SetSize">H5Tset_size</a>
|
||||
<li><a href="#Datatype-SetStrpad">H5Tset_strpad</a>
|
||||
<li><a href="#Datatype-SetTag">H5Tset_tag</a>
|
||||
<li><a href="#Datatype-Unregister">H5Tunregister</a>
|
||||
<li><a href="#Datatype-VLCreate">H5Tvlen_create</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<p>
|
||||
<strong>The FORTRAN90 Interfaces:</strong>
|
||||
<br>
|
||||
@ -2945,7 +3027,7 @@ And in this document, the
|
||||
Describes HDF5 Release 1.5, Unreleased Development Branch
|
||||
</address><!-- #EndLibraryItem -->
|
||||
|
||||
Last modified: 1 May 2003
|
||||
Last modified: 6 June 2003
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
@ -54,6 +54,10 @@ for the local environment.
|
||||
|
||||
<table border=0 width=80%>
|
||||
<tr><td valign=top>
|
||||
<ul>
|
||||
<li><a href="#Compression-FilterAvail">H5Zfilter_avail</a>
|
||||
</ul>
|
||||
</td><td> </td><td valign=top>
|
||||
<ul>
|
||||
<li><a href="#Compression-Register">H5Zregister</a>
|
||||
</ul>
|
||||
@ -61,10 +65,6 @@ for the local environment.
|
||||
<ul>
|
||||
<li><a href="#Compression-Unregister">H5Zunregister</a>
|
||||
</ul>
|
||||
</td><td> </td><td valign=top>
|
||||
<ul>
|
||||
<li><a href="#Compression-FilterAvail">H5Zfilter_avail</a>
|
||||
</ul>
|
||||
</td></tr>
|
||||
</table>
|
||||
|
||||
@ -118,6 +118,10 @@ facilitate moving easily between them.</i>
|
||||
<table border=0 width=80%>
|
||||
<tr><td valign=top>
|
||||
<ul>
|
||||
<li><a href="#Compression-FilterAvail">h5zfilter_avail_f</a>
|
||||
</ul>
|
||||
</td><td> </td><td valign=top>
|
||||
<ul>
|
||||
<!--<li><a href="#Compression-Register">h5zregister_f</a> -->
|
||||
|
||||
</ul>
|
||||
@ -125,10 +129,6 @@ facilitate moving easily between them.</i>
|
||||
<ul>
|
||||
<li><a href="#Compression-Unregister">h5zunregister_f</a>
|
||||
</ul>
|
||||
</td><td> </td><td valign=top>
|
||||
<ul>
|
||||
<li><a href="#Compression-FilterAvail">h5zfilter_avail_f</a>
|
||||
</ul>
|
||||
</td></tr>
|
||||
</table>
|
||||
|
||||
@ -443,7 +443,7 @@ And in this document, the
|
||||
Describes HDF5 Release 1.5, Unreleased Development Branch
|
||||
</address><!-- #EndLibraryItem -->
|
||||
|
||||
Last modified: 6 May 2003
|
||||
Last modified: 10 June 2003
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user