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