ritsuko
Helper utilities for ArtifactDB C++ code
|
Pick block dimensions for an N-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 | |
std::vector< hsize_t > | ritsuko::hdf5::pick_nd_block_dimensions (const H5::DSetCreatPropList &cplist, const std::vector< hsize_t > &dimensions, hsize_t buffer_size=10000) |
Pick block dimensions for an N-dimensional HDF5 dataset.