Wildmeshing Toolkit
Loading...
Searching...
No Matches
ExportCacheOptions.hpp
Go to the documentation of this file.
1#pragma once
2
4
5#include <nlohmann/json.hpp>
6
7namespace wmtk {
8namespace components {
9namespace internal {
10
12{
13 std::filesystem::path folder;
14};
15
17
18} // namespace internal
19} // namespace components
20} // namespace wmtk
NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE(EdgeInsOptions, edges, triangles, output)