3#include <nlohmann/json.hpp>
5#include <wmtk/Types.hpp>
7namespace wmtk::components::simwild {
15 std::vector<std::string> tag_names;
26InputData read_image_msh(
const std::string& path);
34 const std::vector<std::string>& input_paths,
35 const std::string& output_filename,
36 const nlohmann::json& json_params);
45 const std::vector<std::string>& input_paths,
46 const std::string& output_filename,
47 const nlohmann::json& json_params);
60int resolve_input_dimension(
61 const std::vector<std::string>& input_paths,
62 const nlohmann::json& json_params);