Wildmeshing Toolkit
Loading...
Searching...
No Matches
MeshVariantTraits.cpp
Go to the documentation of this file.
2#include <wmtk/Mesh.hpp>
3
4
6
7template <>
8size_t MeshVariantTraits::get_index(const Mesh& m)
9{
10 return m.top_cell_dimension();
11}
12} // namespace wmtk::utils::metaprogramming