19 std::shared_ptr<Mesh>
read_mesh(
const std::filesystem::path& filename,
FileType file_type);
22 const std::filesystem::path& filename,
23 const std::vector<std::vector<std::string>>& retrieved_attributes,
27 const std::filesystem::path& filename,
28 const bool ignore_z_if_zero =
false,
29 const std::vector<std::string>& tetrahedron_attributes = {},
FileType guess_file_type(const std::filesystem::path &filename)
FileType guess_file_type_from_extension(const std::string_view &suffix)
std::shared_ptr< Mesh > read_mesh(const std::filesystem::path &filename, FileType file_type)