Wildmeshing Toolkit
simplex_index_from_valid_index.hpp
Go to the documentation of this file.
1 #pragma once
2 #include <wmtk/PrimitiveType.hpp>
3 
4 namespace wmtk::autogen::utils {
6  const PrimitiveType mesh_type,
7  int8_t valid_index,
8  wmtk::PrimitiveType type) -> int8_t;
9 
10 }
11 
auto simplex_index_from_valid_index(const PrimitiveType mesh_type, int8_t valid_index, wmtk::PrimitiveType type) -> int8_t