Wildmeshing Toolkit
half_closed_star_iterable.hpp
Go to the documentation of this file.
1 #pragma once
2 
4 
5 namespace wmtk::simplex {
6 
16 HalfClosedStarIterable half_closed_star_iterable(const Mesh& mesh, const Tuple& tuple);
17 
18 } // namespace wmtk::simplex
HalfClosedStarIterable half_closed_star_iterable(const Mesh &mesh, const Tuple &tuple)
The half closed star is used to determine the deleted simplices in an edge collapse.