Wildmeshing Toolkit
Loading...
Searching...
No Matches
components
tetwild
wmtk
components
tetwild
tetwild.hpp
1
#pragma once
2
3
#include <nlohmann/json.hpp>
4
5
#include "TetWildMesh.h"
6
7
8
namespace
wmtk::components::tetwild {
9
10
TetWildMesh::ExportStruct tetwild_with_export(nlohmann::json json_params);
11
12
void
tetwild(nlohmann::json json_params);
13
14
}
// namespace wmtk::components::tetwild
Generated by
1.9.8