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

Get the length of a 1-dimensional HDF5 dataset. More...

#include "H5Cpp.h"
#include <stdexcept>
Include dependency graph for get_1d_length.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::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)
 

Detailed Description

Get the length of a 1-dimensional HDF5 dataset.