group_particles
Loading...
Searching...
No Matches
Namespaces | Functions
hdf5_utils.hpp File Reference

some utility functions to read attributes from hdf5 files More...

Go to the source code of this file.

Namespaces

namespace  hdf5Utils
 some utility functions to read attributes from hdf5 files
 

Functions

template<typename TH5 , typename Trequ >
static Trequ hdf5Utils::read_scalar_attr (H5::Group &header, const std::string &name)
 reads scalar attribute from an hdf5 group
 
template<typename TH5 , typename Trequ >
static Trequ hdf5Utils::read_vector_attr (H5::Group &header, const std::string &name, size_t idx)
 reads element of vector attribute from an hdf5 group
 
template<typename TH5 , typename Trequ >
static size_t hdf5Utils::read_vector_attr (H5::Group &header, const std::string &name, Trequ *out)
 reads entire vector attribute from an hdf5 group
 

Detailed Description

some utility functions to read attributes from hdf5 files