|
Wildmeshing Toolkit
|
Namespaces | |
| namespace | utils |
Classes | |
| class | Cache |
| class | CachedMultiMesh |
| class | MshReader |
| class | ParaviewWriter |
Enumerations | |
| enum class | FileType { Auto , Msh , HDF5 } |
Functions | |
| 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 std::vector< std::vector< std::string > > &retrieved_attributes, 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, FileType file_type) |
|
strong |
| Enumerator | |
|---|---|
| Auto | |
| Msh | |
| HDF5 | |
Definition at line 11 of file read_mesh.hpp.
| 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 | ||
| ) |
Definition at line 81 of file read_mesh.cpp.
References Auto, wmtk::io::utils::guess_file_type(), HDF5, Msh, wmtk::HDF5Reader::read(), and wmtk::io::MshReader::read().
| 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 | ||
| ) |
Definition at line 56 of file read_mesh.cpp.
References Auto, wmtk::io::utils::guess_file_type(), HDF5, Msh, wmtk::HDF5Reader::read(), and wmtk::io::MshReader::read().
| std::shared_ptr< Mesh > wmtk::io::read_mesh | ( | const std::filesystem::path & | filename, |
| FileType | file_type | ||
| ) |
Definition at line 35 of file read_mesh.cpp.
References Auto, wmtk::io::utils::guess_file_type(), HDF5, Msh, wmtk::HDF5Reader::read(), and wmtk::io::MshReader::read().
Referenced by wmtk::components::input::input(), and wmtk::read_mesh().