Wildmeshing Toolkit
Loading...
Searching...
No Matches
mesh_info.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <nlohmann/json.hpp>
4#include <wmtk/io/Cache.hpp>
5
6#include <wmtk/components/utils/Paths.hpp>
7
8namespace wmtk {
9namespace components {
10
11void mesh_info(const utils::Paths& paths, const nlohmann::json& j, io::Cache& cache);
12
13} // namespace components
14} // namespace wmtk
void mesh_info(const utils::Paths &paths, const nlohmann::json &j, io::Cache &cache)
Definition mesh_info.cpp:11