Wildmeshing Toolkit
output.hpp File Reference
#include <wmtk/Mesh.hpp>
#include <filesystem>
Include dependency graph for output.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 wmtk
 
 wmtk::components
 
 wmtk::components::multimesh
 
 wmtk::components::output
 

Functions

void wmtk::components::output::output (const Mesh &mesh, const std::filesystem::path &file, const std::string &position_attr_name={})
 Write the mesh to file. More...
 
void wmtk::components::output::output (const Mesh &mesh, const std::filesystem::path &file, const attribute::MeshAttributeHandle &position_attr)
 Write the mesh to file. More...
 
void wmtk::components::output::output (const Mesh &mesh, const OutputOptions &opts)
 
void wmtk::components::output::output (const multimesh::NamedMultiMesh &mesh, const OutputOptions &opts)
 
void wmtk::components::output::output_hdf5 (const Mesh &mesh, const std::filesystem::path &file)
 Write the mesh to file. More...