Wildmeshing Toolkit
Loading...
Searching...
No Matches
valid_index_from_tuple.hpp
Go to the documentation of this file.
1#pragma once
3#include <wmtk/Tuple.hpp>
4
5namespace wmtk::autogen {
6int8_t valid_index_from_tuple(PrimitiveType mesh_type, const Tuple& t);
7
8} // namespace wmtk::autogen
int8_t valid_index_from_tuple(PrimitiveType mesh_type, const Tuple &t)