From ce9b565b18260c3404d0698630b8acced4440133 Mon Sep 17 00:00:00 2001 From: Frank Baker Date: Thu, 2 May 2002 16:28:30 -0500 Subject: [svn-r5337] Purpose: New function Description: Added new H5Dfill function (development branch only) Platforms tested: IE 5 --- doc/html/RM_H5D.html | 62 +++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 61 insertions(+), 1 deletion(-) diff --git a/doc/html/RM_H5D.html b/doc/html/RM_H5D.html index 3d96e56..3b03ffa 100644 --- a/doc/html/RM_H5D.html +++ b/doc/html/RM_H5D.html @@ -79,6 +79,7 @@ and set and retrieve their constant or persistent properties.
  • H5Ddebug -->
  • H5Dextend +
  • H5Dfill @@ -911,6 +912,65 @@ facilitate moving easily between them. +
    +
    +
    Name: H5Dfill +
    Signature: +
    herr_t H5Dfill( + const void *fill, + hid_t fill_type_id, + void *buf, + hid_t buf_type_id, + hid_t space_id + ) +
    Purpose: +
    Fills dataspace elements with a fill value in a memory buffer. +
    Description: +
    H5Dfill explicitly fills a dataspace selection + in memory with the fill value specified in fill. +

    + If fill is NULL, + a fill value of 0 (zero) is used. +

    + Note that if the fill value datatype differs + from the memory buffer datatype, the fill value + will be converted to the memory buffer datatype + before filling the selection. +

    Parameters: +
    +
    const void *fill +
    IN: Pointer to the fill value to be used. +
    hid_t fill_type_id +
    IN: Fill value datatype identifier. +
    void *buf +
    IN/OUT: Pointer to the memory buffer containing the + selection to be filled. +
    hid_t buf_type_id +
    IN: Datatype of dataspace elements to be filled. +
    hid_t space_id +
    IN: Dataspace describing memory buffer and + containing the selection to be filled. +
    +
    Returns: +
    Returns a non-negative value if successful; + otherwise returns a negative value. + +
    + + + + + + + +
    @@ -952,7 +1012,7 @@ H5D   HDF Help Desk
    -Last modified: 8 October 2001 +Last modified: 19 April 2002
    Describes HDF5 Release 1.5, Unreleased Development Branch -- cgit v0.12