18.4.3 Creating the Dataspace
Topic Version | 1 | Published | 09/11/2015 | |
For Standard | RESQML v2.0.1 |
The Dataspace tells HDF5 how much data is to be stored and how it is configured in terms of rank and dimensions.
hsize_t Dimensions[Rank];Dimensions[0] = Length0;//Etc.hid_t DataspaceID = H5Screate_simple(Rank, Dimensions, NULL);