Function lvr2::hdf5util::exist(const HighFive::Group&, const std::string&)
Defined in File Hdf5Util.hpp
Function Documentation
-
bool lvr2::hdf5util::exist(const HighFive::Group &group, const std::string &groupName)
Checks if a certain group name exists in a group.
- Parameters:
group – Hdf5 Group
groupName – name of the group as std::string. Can be nested group “groupA/groupB/groupC”.
- Returns:
true If group exists
- Returns:
false If group doesnt exist