Wildmeshing Toolkit
Loading...
Searching...
No Matches
Parameters.h
1#pragma once
2#include <wmtk/Types.hpp>
3
4
5namespace wmtk::components::manifold_extraction {
7{
8 // parameters set by user
9 std::set<std::string> in_tag;
10 std::set<std::string> replace_tag;
11 bool manifold_union;
12 std::string output_path;
13 bool debug_output;
14 bool write_surface;
15};
16} // namespace wmtk::components::manifold_extraction