Function lvr2::hdf5util::getGroup(HighFive::Group&, const std::string&, bool)
Defined in File Hdf5Util.hpp
Function Documentation
-
HighFive::Group lvr2::hdf5util::getGroup(HighFive::Group &g, const std::string &groupName, bool create = true)
Get the Group from a Group with specified groupName(string).
- Parameters:
g – hdf5 group to search in
groupName – groupName as std::string
create – if true: creates the group once it doesnt exist
- Returns:
HighFive::Group