Wildmeshing Toolkit
create_tag.cpp
Go to the documentation of this file.
1
#include "
create_tag.hpp
"
2
namespace
wmtk::multimesh::utils
{
3
std::set<int64_t>
create_tags
(
Mesh
& m,
const
std::set<int64_t>& critical_vids)
4
{
5
internal::TupleTag
tuple_tag(m, critical_vids);
6
return
tuple_tag.
run
();
7
}
8
9
}
// namespace wmtk::multimesh::utils
wmtk::Mesh
Definition:
Mesh.hpp:106
wmtk::multimesh::utils::internal::TupleTag
TupleTag is a util helper class for tagging edges in a triangle mesh.
Definition:
TupleTag.hpp:17
wmtk::multimesh::utils::internal::TupleTag::run
std::set< int64_t > run()
Definition:
TupleTag.cpp:34
create_tag.hpp
wmtk::multimesh::utils
Definition:
Mesh.hpp:91
wmtk::multimesh::utils::create_tags
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
src
wmtk
multimesh
utils
create_tag.cpp
Generated by
1.9.1