Wildmeshing Toolkit
ImportCacheOptions.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <
wmtk/components/utils/json_utils.hpp
>
4
5
#include <nlohmann/json.hpp>
6
7
namespace
wmtk
{
8
namespace
components {
9
namespace
internal
{
10
11
struct
ImportCacheOptions
12
{
13
std::filesystem::path
folder
;
14
};
15
16
NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE
(
ImportCacheOptions
, folder);
17
18
}
// namespace internal
19
}
// namespace components
20
}
// namespace wmtk
json_utils.hpp
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::ImportCacheOptions
Definition:
ImportCacheOptions.hpp:12
wmtk::components::internal::ImportCacheOptions::folder
std::filesystem::path folder
Definition:
ImportCacheOptions.hpp:13
components
import_cache
wmtk
components
import_cache
ImportCacheOptions.hpp
Generated by
1.9.1