Wildmeshing Toolkit
Loading...
Searching...
No Matches
isotropic_remeshing.hpp
1#pragma once
2
3#include <nlohmann/json.hpp>
4
5namespace wmtk::components::isotropic_remeshing {
6
7void isotropic_remeshing(nlohmann::json json_params);
8
9} // namespace wmtk::components::isotropic_remeshing