ritsuko
Helper utilities for ArtifactDB C++ code
Loading...
Searching...
No Matches
pick_1d_block_size.hpp File Reference

Pick a block size for a 1-dimensional HDF5 dataset. More...

#include "H5Cpp.h"
Include dependency graph for pick_1d_block_size.hpp:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Pick a block size for a 1-dimensional HDF5 dataset.