Loading [MathJax]/extensions/tex2jax.js
Wildmeshing Toolkit
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Variables
a
m
p
r
s
Typedefs
a
b
c
d
g
i
m
o
p
r
s
t
u
v
Enumerations
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
~
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
y
Typedefs
a
b
c
d
e
f
g
h
i
k
m
n
o
p
r
s
t
u
v
Enumerations
Enumerator
Related Symbols
a
c
e
f
h
i
l
m
n
o
p
s
t
u
w
Files
File List
File Members
All
a
c
d
e
f
g
i
j
l
m
n
o
p
r
s
t
w
Functions
c
d
l
m
n
o
p
r
t
w
Variables
Typedefs
Enumerations
Enumerator
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
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
};
11
struct
ImportCacheOptions
{
…
};
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:8
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.8