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

Get the dimensions of a HDF5 dataset. More...

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

Detailed Description

Get the dimensions of a HDF5 dataset.