Wildmeshing Toolkit
Loading...
Searching...
No Matches
HomogeneousSimplexEqualFunctor.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <wmtk/Mesh.hpp>
6
9{
10 const Mesh& m;
12
14 : m{mm}
15 , primitive_type(pt)
16 {}
17
18 bool operator()(const Tuple& t0, const Tuple& t1) const
19 {
21 }
22};
23} // namespace wmtk::simplex::internal
The Tuple is the basic navigation tool in our mesh data structure.
Definition Tuple.hpp:19
static bool equal(const Mesh &m, const Simplex &s0, const Simplex &s1)
This class is a utility to perform breadth first search on simplices.