Extend a blob¶
ss_blob_extend1 is a function defined in ssblob.c.
Synopsis:
-
herr_t
ss_blob_extend1(ss_blob_t *blob, hsize_t size, unsigned flags, ss_prop_t *props)¶
Formal Arguments:
blob: Blob which is possibly to be extended.size: The new size of the blob in elements.flags: Bit flags such as SS_ALLSAME.props: Optional property list (see ss_blob_extend).
Description: This is a convenience function for ss_blob_extend which only extends the first dimension of a blob.
Return Value: Returns non-negative on success; negative on failure.
Parallel Notes: See ss_blob_extend
See Also:
- ss_blob_extend: 15.12: Extend a blob
- I/O: Introduction for current chapter