21 std::shared_ptr<Mesh>
read(
const std::filesystem::path& filename);
24 std::shared_ptr<Mesh>
read_mesh(h5pp::File& hdf5_file,
const std::string& dataset);
28 h5pp::File& hdf5_file,
30 const std::string& dataset,
31 const std::string& name);
35 const std::string& name,
38 const std::vector<T>& v,
void read_attribute(h5pp::File &hdf5_file, Mesh &m, const std::string &dataset, const std::string &name)
void set_attribute(const T &default_val, const std::string &name, PrimitiveType pt, int64_t stride, const std::vector< T > &v, Mesh &mesh)
std::shared_ptr< Mesh > read(const std::filesystem::path &filename)
std::shared_ptr< Mesh > read_mesh(h5pp::File &hdf5_file, const std::string &dataset)