Wildmeshing Toolkit
EdgeInsOptions.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 #include <nlohmann/json.hpp>
4 
6 
8 {
9  std::string edges;
10  std::string triangles;
11  std::string output;
12 };
13 
15 
16 
17 } // namespace wmtk::components::internal
NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE(EdgeInsOptions, edges, triangles, output)
void output(const Mesh &mesh, const std::filesystem::path &file, const std::string &position_attr_name)
Write the mesh to file.
Definition: output.cpp:16
std::vector< Tuple > edges(const Mesh &m, const Simplex &simplex)