3#include <nlohmann/json.hpp>
5#include <wmtk/Types.hpp>
7namespace wmtk::components::image_simulation {
15 std::vector<std::string> tag_names;
24InputData read_image_msh(
const std::string& path);
32 const std::vector<std::string>& input_paths,
33 const std::string& output_filename,
34 const nlohmann::json& json_params);