Wildmeshing Toolkit
Loading...
Searching...
No Matches
MeshInfoOptions.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};
13
15
16} // namespace internal
17} // namespace components
18} // namespace wmtk
NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE(EdgeInsOptions, edges, triangles, output)