![]() |
h5gt 0.2.0
C++ wrapper for HDF5 library (based on HighFive project)
|
Static Public Member Functions | |
static DataSet | dump (File &file, const std::string &path, const T &data, const DumpOptions &options) |
static T | load (const File &file, const std::string &path) |
static Attribute | dumpAttribute (File &file, const std::string &path, const std::string &key, const T &data, const DumpOptions &options) |
static T | loadAttribute (const File &file, const std::string &path, const std::string &key) |
static DataSet | dump_extend (File &file, const std::string &path, const T &data, const std::vector< size_t > &idx, const DumpOptions &options) |
static T | load_part (const File &file, const std::string &path, const std::vector< size_t > &idx) |