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
5
namespace
wmtk
{
6
namespace
components {
7
namespace
internal
{
8
9
struct
GetAllMeshesOptions
10
{
11
std::string
input
;
12
std::string
name
;
13
};
14
15
NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE
(
GetAllMeshesOptions
, input, name);
16
17
}
// namespace internal
18
}
// namespace components
19
}
// namespace wmtk
internal
Definition
local_switch_tuple.hpp:11
wmtk::components::internal::NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE
NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE(EdgeInsOptions, edges, triangles, output)
wmtk
Definition
Accessor.hpp:6
wmtk::components::internal::GetAllMeshesOptions
Definition
GetAllMeshesOptions.hpp:10
wmtk::components::internal::GetAllMeshesOptions::input
std::string input
Definition
GetAllMeshesOptions.hpp:11
wmtk::components::internal::GetAllMeshesOptions::name
std::string name
Definition
GetAllMeshesOptions.hpp:12
components
get_all_meshes
wmtk
components
get_all_meshes
GetAllMeshesOptions.hpp
Generated by
1.9.8