Please, help us to better serve our user community by answering the following short survey: https://www.hdfgroup.org/website-survey/
HDF5  1.15.0
API Reference
 
Loading...
Searching...
No Matches
h5dextend_f Interface Reference

Public Member Functions

subroutine h5dset_extent_f (dataset_id, fsize, hdferr)
 Extends a dataset with unlimited dimension.
 

Member Function/Subroutine Documentation

◆ h5dset_extent_f()

subroutine h5dset_extent_f ( integer(hid_t), intent(in)  dataset_id,
integer(hsize_t), dimension(*), intent(in)  fsize,
integer, intent(out)  hdferr 
)

Extends a dataset with unlimited dimension.

Parameters
dataset_idDataset identifier
fsizeArray containing the new magnitude of each dimension
hdferrReturns 0 if successful and -1 if it fails.

See C API: H5Dset_extent()


The documentation for this interface was generated from the following file: