Wildmeshing Toolkit
Loading...
Searching...
No Matches
NavigatableSimplex.cpp
Go to the documentation of this file.
1
3
4#include <wmtk/Mesh.hpp>
5namespace wmtk::simplex {
6
9 s.primitive_type(),
10 s.tuple(),
11 IdSimplex::id(m, s.primitive_type(), s.tuple()))
12{}
14 : NavigatableSimplex(ptype, t, IdSimplex::id(m, ptype, t))
15{}
16
17NavigatableSimplex::operator Simplex() const
18{
19 return {primitive_type(), tuple()};
20}
21} // namespace wmtk::simplex
The Tuple is the basic navigation tool in our mesh data structure.
Definition Tuple.hpp:19
friend class NavigatableSimplex
Definition IdSimplex.hpp:18