Wildmeshing Toolkit
Loading...
Searching...
No Matches
create_tag.hpp
Go to the documentation of this file.
1#pragma once
2#include <set>
3#include <wmtk/Mesh.hpp>
5
15std::set<int64_t> create_tags(Mesh& m, const std::set<int64_t>& critical_vids);
16} // namespace wmtk::multimesh::utils
std::set< int64_t > create_tags(Mesh &m, const std::set< int64_t > &critical_vids)
Do two passes on the edges of a triangle mesh to create vertex tags and edge tags.
Definition create_tag.cpp:3