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