Wildmeshing Toolkit
Loading...
Searching...
No Matches
valid_index_to_simplex_index.hpp
Go to the documentation of this file.
1#pragma once
2#include <cstdint>
4
5namespace wmtk::autogen::utils {
7 PrimitiveType mesh_type,
8 int8_t valid_index,
9 PrimitiveType target_type);
10
11}
int8_t valid_index_to_simplex_index(PrimitiveType mesh_type, int8_t current_orientation, PrimitiveType target_type)