summaryrefslogtreecommitdiffstats
path: root/doc/html/fortran/h5d_FORTRAN.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/fortran/h5d_FORTRAN.html')
-rw-r--r--doc/html/fortran/h5d_FORTRAN.html55
1 files changed, 54 insertions, 1 deletions
diff --git a/doc/html/fortran/h5d_FORTRAN.html b/doc/html/fortran/h5d_FORTRAN.html
index 4134198..93713b6 100644
--- a/doc/html/fortran/h5d_FORTRAN.html
+++ b/doc/html/fortran/h5d_FORTRAN.html
@@ -390,6 +390,58 @@ FORTRAN Dataset API -- h5d
END SUBROUTINE h5dvlen_get_max_len_f
</pre>
+
+
+<p>&nbsp;
+<p>&nbsp;
+<hr>
+<p>&nbsp;
+<a name="h5dfill_f">
+<p>&nbsp;
+</a>
+
+
+<dt><strong>FORTRAN interface:</strong> &nbsp <strong>h5dfill_f</strong>
+<pre>
+ SUBROUTINE h5dfill_f(fill_value, space_id, buf, hdferr)
+ IMPLICIT NONE
+ TYPE, INTENET(IN) :: fill_value ! Fill value; may be have one of the
+ ! following types:
+ ! INTEGER, REAL, DOUBLE PRECISION, CHARACTER
+ INTEGER(HID_T), INTENT(IN) :: space_id ! Memory dataspace selection identifier
+ TYPE, DIMENSION(*) :: buf ! Memory buffer to fill in; must have
+ ! the same datatype as fill value
+ INTEGER, INTENT(OUT) :: hdferr ! Error code
+ ! 0 on success and -1 on failure
+ END SUBROUTINE h5dfill_f
+</pre>
+
+
+<p>&nbsp;
+<p>&nbsp;
+<hr>
+<p>&nbsp;
+<a name="h5dget_space_status_f">
+<p>&nbsp;
+</a>
+
+
+<dt><strong>FORTRAN interface:</strong> &nbsp <strong>h5dget_space_status_f</strong>
+<pre>
+ SUBROUTINE h5dget_space_status_f(dset_id, flag, hdferr)
+ IMPLICIT NONE
+ INTEGER(HID_T), INTENT(IN) :: dset_id ! Dataset identifier
+ INTEGER, INTENET(OUT) :: flag ! Status flag ; possible values:
+ ! H5D_SPACE_STS_ERROR_F
+ ! H5D_SPACE_STS_NOT_ALLOCATED_F
+ ! H5D_SPACE_STS_PART_ALLOCATED_F
+ ! H5D_SPACE_STS_ALLOCATED_F
+ INTEGER, INTENT(OUT) :: hdferr ! Error code
+ ! 0 on success and -1 on failure
+ END SUBROUTINE h5dget_space_status_f
+</pre>
+
+
</dl>
<p>&nbsp;
@@ -399,11 +451,12 @@ FORTRAN Dataset API -- h5d
<!-- #BeginLibraryItem "/ed_libs/Footer.lbi" --><address>
<a href="mailto:hdfhelp@ncsa.uiuc.edu">HDF Help Desk</a>
+
<br>
Describes HDF5 Release 1.5, Unreleased Development Branch
</address><!-- #EndLibraryItem -->
-Last modified: 5 March 2003
+Last modified: 19 March 2003
</body>
</html>