Wildmeshing Toolkit
Loading...
Searching...
No Matches
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)