Wildmeshing Toolkit
|
#include "read_mesh.hpp"
#include "HDF5Reader.hpp"
#include "MshReader.hpp"
#include <wmtk/utils/Logger.hpp>
Go to the source code of this file.
Namespaces | |
wmtk | |
wmtk::io | |
wmtk::io::utils | |
Functions | |
FileType | wmtk::io::utils::guess_file_type_from_extension (const std::string_view &suffix) |
FileType | wmtk::io::utils::guess_file_type (const std::filesystem::path &filename) |
std::shared_ptr< Mesh > | wmtk::io::read_mesh (const std::filesystem::path &filename, FileType file_type) |
std::shared_ptr< Mesh > | wmtk::io::read_mesh (const std::filesystem::path &filename, const std::vector< std::vector< std::string >> &retrieved_attributes, FileType file_type) |
std::shared_ptr< Mesh > | wmtk::io::read_mesh (const std::filesystem::path &filename, const bool ignore_z_if_zero, const std::vector< std::string > &tetrahedron_attributes, FileType file_type) |