Property Lists
Example: Creating a dataset with ``deflate'' compression
hid t dcpl = H5Pcreate(H5P DATASET CREATE);
H5Pset deflate(dcpl, 9);
hid t v = H5Dcreate(file, ''velocity'', ..., dcpl);
H5Pclose(dcpl);
Previous slide
Next slide
Back to first slide
View graphic version