Wildmeshing Toolkit
closed_star_iterable.cpp
Go to the documentation of this file.
2 
3 namespace wmtk::simplex {
4 
5 ClosedStarIterable closed_star_iterable(const Mesh& mesh, const Simplex& simplex)
6 {
7  return ClosedStarIterable(mesh, simplex);
8 }
9 
10 } // namespace wmtk::simplex
This iterator internally uses TopDimensionCofacesIterable.
ClosedStarIterable closed_star_iterable(const Mesh &mesh, const Simplex &simplex)