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