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