Wildmeshing Toolkit
closed_star_iterable.hpp
Go to the documentation of this file.
1 #pragma once
2 
4 
5 namespace wmtk::simplex {
6 ClosedStarIterable closed_star_iterable(const Mesh& mesh, const Simplex& simplex);
7 }
ClosedStarIterable closed_star_iterable(const Mesh &mesh, const Simplex &simplex)