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