Wildmeshing Toolkit
simplex_index_from_valid_index.hpp
Go to the documentation of this file.
1 #pragma once
2 // DO NOT MODIFY, autogenerated from the /scripts directory
3 #include <wmtk/PrimitiveType.hpp>
4 
5 namespace wmtk::autogen::tri_mesh {
6 int8_t simplex_index_from_valid_index(int8_t valid_index, wmtk::PrimitiveType type);
7 
8 }
9 
int8_t simplex_index_from_valid_index(int8_t valid_index, wmtk::PrimitiveType type)