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