Wildmeshing Toolkit
wildmeshing_old.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 
8 namespace wmtk::components {
9 
10 void wildmeshing(const utils::Paths& paths, const nlohmann::json& j, io::Cache& cache);
11 
12 } // namespace wmtk::components
std::vector< std::pair< std::shared_ptr< Mesh >, std::string > > wildmeshing(const WildMeshingOptions &option)
Definition: wildmeshing.cpp:10
nlohmann::json json
Definition: input.cpp:9