|
ritsuko
Helper utilities for ArtifactDB C++ code
|
Get the dimensions of a HDF5 dataset. More...
#include "H5Cpp.h"#include <stdexcept>

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::get_dimensions (const H5::DataSpace &space, bool allow_scalar) |
| std::vector< hsize_t > | ritsuko::hdf5::get_dimensions (const H5::DataSet &handle, bool allow_scalar) |
| std::vector< hsize_t > | ritsuko::hdf5::get_dimensions (const H5::Attribute &handle, bool allow_scalar) |
Get the dimensions of a HDF5 dataset.