Wildmeshing Toolkit
Loading...
Searching...
No Matches
half_closed_star_iterable.cpp
Go to the documentation of this file.
2
3namespace wmtk::simplex {
4
6{
7 return HalfClosedStarIterable(mesh, tuple);
8}
9
10} // namespace wmtk::simplex
The Tuple is the basic navigation tool in our mesh data structure.
Definition Tuple.hpp:19
This iterator internally uses TopDimensionCofacesIterable.
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.