[svn-r6600]
Purpose:
Link in additional Fortran90 functions.
Description:
Linked 68 new Fortran90 functions to the discussions of the corresponding
C functions. Made the corresponding Fortran index changes in the
function listings at the tops of the RM pages.
Fixed formatting and link typos in RM_H5P.html & fortran/h5p_FORTRAN.html.
Platforms tested:
Safari and IE 5
This commit is contained in:
@@ -87,6 +87,10 @@ elements of a dataset.
|
||||
<li><a href="#Dataspace-SelectNone">H5Sselect_none</a>
|
||||
<li><a href="#Dataspace-SelectValid">H5Sselect_valid</a>
|
||||
<li><a href="#Dataspace-SelectHyperslab">H5Sselect_hyperslab</a>
|
||||
<li><a href="#Dataspace-CombineHyperslab">H5Scombine_hyperslab</a>
|
||||
<li><a href="#Dataspace-CombineSelect">H5Scombine_select</a>
|
||||
<li><a href="#Dataspace-SelectSelect">H5Sselect_select</a>
|
||||
<li><a href="#Dataspace-GetSelectType">H5Sget_select_type</a>
|
||||
</td></tr>
|
||||
</table>
|
||||
|
||||
@@ -124,10 +128,10 @@ facilitate moving easily between them.</i>
|
||||
<li><a href="#Dataspace-SetExtentSimple">h5sset_extent_simple_f</a>
|
||||
<li><a href="#Dataspace-SetExtentNone">h5sset_extent_none_f</a>
|
||||
<li><a href="#Dataspace-SelectNpoints">h5sget_select_npoints_f</a>
|
||||
<!--<li><a href="#Dataspace-SelectHyperNBlocks">h5sget_select_hyper_nblocks_f</a> -->
|
||||
<!--<li><a href="#Dataspace-SelectHyperBlockList">h5sget_select_hyper_blocklist_f</a> -->
|
||||
<!--<li><a href="#Dataspace-SelectElemNPoints">h5sget_select_elem_npoints_f</a> -->
|
||||
<!--<li><a href="#Dataspace-SelectElemPointList">h5sget_select_elem_pointlist_f</a> -->
|
||||
<li><a href="#Dataspace-SelectHyperNBlocks">h5sget_select_hyper_nblocks_f</a>
|
||||
<li><a href="#Dataspace-SelectHyperBlockList">h5sget_select_hyper_blocklist_f</a>
|
||||
<li><a href="#Dataspace-SelectElemNPoints">h5sget_select_elem_npoints_f</a>
|
||||
<li><a href="#Dataspace-SelectElemPointList">h5sget_select_elem_pointlist_f</a>
|
||||
<!--<li><a href="#Dataspace-SelectBounds">h5sget_select_bounds_f</a> -->
|
||||
</td><td> </td><td valign=top>
|
||||
<li><a href="#Dataspace-SelectElements">h5sselect_elements_f</a>
|
||||
@@ -135,6 +139,10 @@ facilitate moving easily between them.</i>
|
||||
<li><a href="#Dataspace-SelectNone">h5sselect_none_f</a>
|
||||
<li><a href="#Dataspace-SelectValid">h5sselect_valid_f</a>
|
||||
<li><a href="#Dataspace-SelectHyperslab">h5sselect_hyperslab_f</a>
|
||||
<li><a href="#Dataspace-CombineHyperslab">h5scombine_hyperslab_f</a>
|
||||
<li><a href="#Dataspace-CombineSelect">h5scombine_select_f</a>
|
||||
<li><a href="#Dataspace-SelectSelect">h5sselect_select_f</a>
|
||||
<li><a href="#Dataspace-GetSelectType">h5sget_select_type_f</a>
|
||||
</td></tr>
|
||||
</table>
|
||||
|
||||
@@ -963,11 +971,10 @@ I/O is performed.
|
||||
<dd>Returns the number of hyperslab blocks in
|
||||
the current dataspace selection if successful.
|
||||
Otherwise returns a negative value.
|
||||
<!--
|
||||
<dt><strong>Non-C API(s):</strong>
|
||||
<dd><a href="fortran/h5s_FORTRAN.html#h5sget_select_hyper_nblocks_f"
|
||||
target="FortranWin"><img src="Graphics/FORTRAN.gif" border=0></a>
|
||||
--> <!--
|
||||
<!--
|
||||
<img src="Graphics/Java.gif">
|
||||
<img src="Graphics/C++.gif">
|
||||
-->
|
||||
@@ -1023,11 +1030,10 @@ I/O is performed.
|
||||
<dt><strong>Returns:</strong>
|
||||
<dd>Returns a non-negative value if successful;
|
||||
otherwise returns a negative value.
|
||||
<!--
|
||||
<dt><strong>Non-C API(s):</strong>
|
||||
<dd><a href="fortran/h5s_FORTRAN.html#h5sget_select_hyper_blocklist_f"
|
||||
target="FortranWin"><img src="Graphics/FORTRAN.gif" border=0></a>
|
||||
--> <!--
|
||||
<!--
|
||||
<img src="Graphics/Java.gif">
|
||||
<img src="Graphics/C++.gif">
|
||||
-->
|
||||
@@ -1054,11 +1060,10 @@ I/O is performed.
|
||||
<dt><strong>Returns:</strong>
|
||||
<dd>Returns the number of element points in the current dataspace selection if successful.
|
||||
Otherwise returns a negative value.
|
||||
<!--
|
||||
<dt><strong>Non-C API(s):</strong>
|
||||
<dd><a href="fortran/h5s_FORTRAN.html#h5sget_select_elem_npoints_f"
|
||||
target="FortranWin"><img src="Graphics/FORTRAN.gif" border=0></a>
|
||||
--> <!--
|
||||
<!--
|
||||
<img src="Graphics/Java.gif">
|
||||
<img src="Graphics/C++.gif">
|
||||
-->
|
||||
@@ -1113,11 +1118,10 @@ I/O is performed.
|
||||
<dt><strong>Returns:</strong>
|
||||
<dd>Returns a non-negative value if successful;
|
||||
otherwise returns a negative value.
|
||||
<!--
|
||||
<dt><strong>Non-C API(s):</strong>
|
||||
<dd><a href="fortran/h5s_FORTRAN.html#h5sget_select_elem_pointlist_f"
|
||||
target="FortranWin"><img src="Graphics/FORTRAN.gif" border=0></a>
|
||||
--> <!--
|
||||
<!--
|
||||
<img src="Graphics/Java.gif">
|
||||
<img src="Graphics/C++.gif">
|
||||
-->
|
||||
@@ -1177,6 +1181,70 @@ I/O is performed.
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<hr>
|
||||
<dl>
|
||||
<dt><strong>Name:</strong> <a name="Dataspace-CombineHyperslab">H5Scombine_hyperslab</a>
|
||||
|
||||
<dt><strong>Non-C API(s):</strong>
|
||||
<dd><a href="fortran/h5s_FORTRAN.html#h5scombine_hyperslab_f"
|
||||
target="FortranWin"><img src="Graphics/FORTRAN.gif" border=0></a>
|
||||
<!--
|
||||
<img src="Graphics/Java.gif">
|
||||
<img src="Graphics/C++.gif">
|
||||
-->
|
||||
</dl>
|
||||
|
||||
|
||||
<hr>
|
||||
<dl>
|
||||
<dt><strong>Name:</strong> <a name="Dataspace-CombineSelect">H5Scombine_select</a>
|
||||
|
||||
<dt><strong>Non-C API(s):</strong>
|
||||
<dd><a href="fortran/h5s_FORTRAN.html#h5scombine_select_f"
|
||||
target="FortranWin"><img src="Graphics/FORTRAN.gif" border=0></a>
|
||||
<!--
|
||||
<img src="Graphics/Java.gif">
|
||||
<img src="Graphics/C++.gif">
|
||||
-->
|
||||
</dl>
|
||||
|
||||
|
||||
<hr>
|
||||
<dl>
|
||||
<dt><strong>Name:</strong> <a name="Dataspace-SelectSelect">H5Sselect_select</a>
|
||||
|
||||
<dt><strong>Non-C API(s):</strong>
|
||||
<dd><a href="fortran/h5s_FORTRAN.html#h5sselect_select_f"
|
||||
target="FortranWin"><img src="Graphics/FORTRAN.gif" border=0></a>
|
||||
<!--
|
||||
<img src="Graphics/Java.gif">
|
||||
<img src="Graphics/C++.gif">
|
||||
-->
|
||||
</dl>
|
||||
|
||||
|
||||
<hr>
|
||||
<dl>
|
||||
<dt><strong>Name:</strong> <a name="Dataspace-GetSelectType">H5Sget_select_type</a>
|
||||
|
||||
<dt><strong>Non-C API(s):</strong>
|
||||
<dd><a href="fortran/h5s_FORTRAN.html#h5sget_select_type_f"
|
||||
target="FortranWin"><img src="Graphics/FORTRAN.gif" border=0></a>
|
||||
<!--
|
||||
<img src="Graphics/Java.gif">
|
||||
<img src="Graphics/C++.gif">
|
||||
-->
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<hr>
|
||||
<dl>
|
||||
<dt><strong>Name:</strong> <a name="Dataspace-Close">H5Sclose</a>
|
||||
@@ -1248,7 +1316,7 @@ And in this document, the
|
||||
Describes HDF5 Release 1.5, Unreleased Development Branch
|
||||
</address><!-- #EndLibraryItem -->
|
||||
|
||||
Last modified: 7 May 2002
|
||||
Last modified: 7 April 2003
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user