Wildmeshing Toolkit
valid_index_to_simplex_index.hpp
Go to the documentation of this file.
1 #pragma once
2 #include <cstdint>
3 #include <wmtk/PrimitiveType.hpp>
4 
5 namespace 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)