18.4.3 Creating the Dataspace

Topic Version1Published09/11/2015
For StandardRESQML 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);