|
std::string | getParentName (const std::string &path) |
|
void | createGroupsToDataSet (File &file, const std::string &path) |
| Recursively create groups in an open HDF5 file such that a DataSet can be created (see getParentName ). More...
|
|
Exception | error (const File &file, const std::string &path, const std::string &message) |
|
Exception | dump_error (File &file, const std::string &path) |
|
template<class T > |
DataSet | initDataset (File &file, const std::string &path, const std::vector< size_t > &shape, const DumpOptions &options) |
|
template<class T > |
DataSet | initScalarDataset (File &file, const std::string &path, const T &data, const DumpOptions &options) |
|
template<class T > |
Attribute | initAttribute (File &file, const std::string &path, const std::string &key, const std::vector< size_t > &shape, const DumpOptions &options) |
|
template<class T > |
Attribute | initScalarAttribute (File &file, const std::string &path, const std::string &key, const T &data, const DumpOptions &options) |
|