OGS
fileIO.h
Go to the documentation of this file.
1
15#pragma once
16
17#include <filesystem>
18
19namespace MeshLib::IO
20{
21int64_t createFile(std::filesystem::path const& filepath, unsigned int n_files);
22int64_t openHDF5File(std::filesystem::path const& filepath,
23 unsigned int n_files);
25} // namespace MeshLib::IO
int64_t createHDF5TransferPolicy()
Definition fileIO.cpp:70
int64_t openHDF5File(std::filesystem::path const &filepath, unsigned int n_files)
Definition fileIO.cpp:58
int64_t createFile(std::filesystem::path const &filepath, unsigned int n_files)
Definition fileIO.cpp:38