HDF5 Dataset Interface

H5DCLOSE

    Closes the specified dataset.

H5DCREATE

    Creates a new dataset and links it to a location in the file.

H5DEXTEND

    Extends a dataset.

H5DGET_CREATE_PLIST

    Returns an identifier for a copy of the dataset creation property list for a dataset.

H5DGET_SPACE

    Returns an identifier for a copy of the dataspace for a dataset.

H5DGET_STORAGE_SIZE

    Returns the amount of storage allocated for a dataset.

H5DGET_TYPE

    Returns an identifier for a copy of the datatype for a dataset.

H5DOPEN

    Opens an existing dataset.

H5DREAD

    Reads data from a dataset.

H5DWRITE

    Writes data to a dataset.