Dataset.create
Dataset create(hid_t locId, string name, hid_t typeId, hid_t spaceId,
hid_t lcpl = H5P_DEFAULT, hid_t dcpl = H5P_DEFAULT,
hid_t dapl = H5P_DEFAULT)Creates a new dataset.
Parameters
locId | Location identifier (file or group handle) |
name | Name of the dataset to create |
typeId | Datatype identifier |
spaceId | Dataspace identifier |
lcpl | Link creation property list (default: H5P_DEFAULT) |
dcpl | Dataset creation property list (default: H5P_DEFAULT) |
dapl | Dataset access property list (default: H5P_DEFAULT) |
Returns
A new Dataset instance
Throws
HDF5Exception if dataset creation fails