Wildmeshing Toolkit
Loading...
Searching...
No Matches
components
manifold_extraction
wmtk
components
manifold_extraction
Parameters.h
1
#pragma once
2
#include <wmtk/Types.hpp>
3
4
5
namespace
wmtk::components::manifold_extraction {
6
struct
Parameters
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
wmtk::components::manifold_extraction::Parameters
Definition
Parameters.h:7
Generated by
1.9.8