Loading [MathJax]/extensions/tex2jax.js
Wildmeshing Toolkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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)