Wildmeshing Toolkit
Loading...
Searching...
No Matches
WindingNumberOptions.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <nlohmann/json.hpp>
4
5namespace wmtk {
6namespace components {
7namespace internal {
8
10{
11 std::string input;
12 std::string filtering_base;
13 std::string output;
14 double threshold;
15};
16
17NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE(WindingNumberOptions, input, filtering_base, output, threshold);
18
19} // namespace internal
20} // namespace components
21} // namespace wmtk
NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE(EdgeInsOptions, edges, triangles, output)