Wildmeshing Toolkit
Loading...
Searching...
No Matches
wildmeshing.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <string>
4#include <wmtk/Mesh.hpp>
5
7
8
9namespace wmtk::components {
10
11std::vector<std::pair<std::shared_ptr<Mesh>, std::string>> wildmeshing(
12 const WildMeshingOptions& option);
13
14} // namespace wmtk::components
std::vector< std::pair< std::shared_ptr< Mesh >, std::string > > wildmeshing(const WildMeshingOptions &option)