Wildmeshing Toolkit
tag_intersection.hpp
Go to the documentation of this file.
1 #pragma once
2 #include <filesystem>
3 #include <map>
4 #include <nlohmann/json.hpp>
5 #include <wmtk/components/utils/Paths.hpp>
6 #include <wmtk/io/Cache.hpp>
7 
8 namespace wmtk::components {
16 void tag_intersection(const utils::Paths& paths, const nlohmann::json& j, io::Cache& cache);
17 
18 } // namespace wmtk::components
void tag_intersection(const utils::Paths &paths, const nlohmann::json &j, io::Cache &cache)
nlohmann::json json
Definition: input.cpp:9