18.4.4 Creating the Dataset
Topic Version | 1 | Published | 09/11/2015 | |
For Standard | RESQML v2.0.1 |
The Dataset is created using the ObjectGroupID, the DataspaceID, the DatasetCompressionParameter, and the Dataset name.
hid_t DatasetID = H5Dcreate2(ObjectGroupID, DatasetName, TypeID, DataspaceID, H5P_DEFAULT, DatasetParameterID, H5P_DEFAULT);