#include "lvr2/io/hdf5/Hdf5Util.hpp"
Go to the source code of this file.
Namespaces | |
lvr2 | |
lvr2::hdf5util | |
Functions | |
bool | lvr2::hdf5util::exist (HighFive::Group &group, const std::string &groupName) |
bool | lvr2::hdf5util::exist (std::shared_ptr< HighFive::File > hdf5_file, const std::string &groupName) |
HighFive::Group | lvr2::hdf5util::getGroup (HighFive::Group &g, const std::string &groupName, bool create=true) |
HighFive::Group | lvr2::hdf5util::getGroup (std::shared_ptr< HighFive::File > hdf5_file, const std::string &groupName, bool create=true) |
std::shared_ptr< HighFive::File > | lvr2::hdf5util::open (const std::string &filename) |
std::vector< std::string > | lvr2::hdf5util::splitGroupNames (const std::string &groupName) |
void | lvr2::hdf5util::writeBaseStructure (std::shared_ptr< HighFive::File > hdf5_file) |