Wildmeshing Toolkit
Loading...
Searching...
No Matches
topological_offset.hpp
1#pragma once
2
3#include <nlohmann/json.hpp>
4
5
6namespace wmtk::components::topological_offset {
7
8void topological_offset(nlohmann::json json_params);
9
10} // namespace wmtk::components::topological_offset