Wildmeshing Toolkit
Loading...
Searching...
No Matches
PeriodicOptimizationOptions.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <nlohmann/json.hpp>
4
5namespace wmtk::components {
6
8{
9public:
10 std::string periodic_mesh;
11 std::string position_mesh;
12 std::string output;
13
17 int64_t passes;
19};
20
23 periodic_mesh,
24 position_mesh,
25 output,
26 envelope_size,
27 target_max_amips,
28 target_edge_length,
29 passes,
30 intermediate_output);
31
32} // namespace wmtk::components
NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE(EdgeInsOptions, edges, triangles, output)