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