Wildmeshing Toolkit
Loading...
Searching...
No Matches
run_components.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <nlohmann/json.hpp>
4
5#include <wmtk/io/Cache.hpp>
6
7namespace wmtk::components {
8wmtk::io::Cache run_components(const nlohmann::json& json_input_file, bool strict);
9}
wmtk::io::Cache run_components(const nlohmann::json &json_input_file, bool strict)