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

Pick block dimensions for an N-dimensional HDF5 dataset. More...

#include "H5Cpp.h"
Include dependency graph for pick_nd_block_dimensions.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

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)
 

Detailed Description

Pick block dimensions for an N-dimensional HDF5 dataset.