Wildmeshing Toolkit
Loading...
Searching...
No Matches
FusionOptions.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <nlohmann/json.hpp>
4
5namespace wmtk::components {
7{
8 bool fusion_X;
9 bool fusion_Y;
11
12 std::string input;
13 std::string name;
14};
15
16NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE(FusionOptions, input, fusion_X, fusion_Y, fusion_Z, name);
17
18
19} // namespace wmtk::components
NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE(EdgeInsOptions, edges, triangles, output)