Wildmeshing Toolkit
Loading...
Searching...
No Matches
simplex_index_from_valid_index.hpp
Go to the documentation of this file.
1#pragma once
3
4namespace 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