ritsuko
Helper utilities for ArtifactDB C++ code
|
Pick a block size for a 1-dimensional HDF5 dataset. More...
#include "H5Cpp.h"
Go to the source code of this file.
Namespaces | |
namespace | ritsuko |
Assorted helper functions for parsing and validation. | |
namespace | ritsuko::hdf5 |
Assorted helper functions for HDF5 parsing. | |
Functions | |
hsize_t | ritsuko::hdf5::pick_1d_block_size (const H5::DSetCreatPropList &cplist, hsize_t full_length, hsize_t buffer_size=10000) |
Pick a block size for a 1-dimensional HDF5 dataset.