ritsuko
Helper utilities for ArtifactDB C++ code
|
Get the length of a 1-dimensional 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 | |
hsize_t | ritsuko::hdf5::get_1d_length (const H5::DataSpace &space, bool allow_scalar) |
hsize_t | ritsuko::hdf5::get_1d_length (const H5::DataSet &handle, bool allow_scalar) |
hsize_t | ritsuko::hdf5::get_1d_length (const H5::Attribute &handle, bool allow_scalar) |
bool | ritsuko::hdf5::is_scalar (const H5::DataSpace &space) |
bool | ritsuko::hdf5::is_scalar (const H5::DataSet &handle) |
bool | ritsuko::hdf5::is_scalar (const H5::Attribute &handle) |
Get the length of a 1-dimensional HDF5 dataset.