Wildmeshing Toolkit
|
#include "input.hpp"
#include <fstream>
#include <wmtk/components/utils/PathResolver.hpp>
#include <wmtk/io/read_mesh.hpp>
#include <wmtk/utils/Logger.hpp>
#include <wmtk/utils/mesh_utils.hpp>
#include "InputOptions.hpp"
Go to the source code of this file.
Namespaces | |
wmtk | |
wmtk::components | |
wmtk::components::input | |
Functions | |
std::shared_ptr< Mesh > | wmtk::components::input::input (const std::filesystem::path &file, const bool ignore_z_if_zero, const std::vector< std::string > &tetrahedron_attributes) |
multimesh::NamedMultiMesh | wmtk::components::input::input (const InputOptions &options) |
multimesh::NamedMultiMesh | wmtk::components::input::input (const InputOptions &options, const components::utils::PathResolver &resolver) |