Wildmeshing Toolkit
Loading...
Searching...
No Matches
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
8namespace wmtk::components {
16void 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)