12 const std::filesystem::path& filename,
13 const bool ignore_z_if_zero,
14 const std::vector<std::string>& tetrahedron_attributes)
16 return io::read_mesh(filename, ignore_z_if_zero, tetrahedron_attributes);
std::shared_ptr< Mesh > read_mesh(const std::filesystem::path &filename, FileType file_type)
std::shared_ptr< Mesh > read_mesh(const std::filesystem::path &filename, const bool ignore_z_if_zero, const std::vector< std::string > &tetrahedron_attributes)