Wildmeshing Toolkit
Loading...
Searching...
No Matches
valid_index_from_tuple.cpp
Go to the documentation of this file.
1
3#include <cassert>
8
9namespace wmtk::autogen {
10int8_t valid_index_from_tuple(PrimitiveType mesh_type, const Tuple& t)
11{
12 switch (mesh_type) {
17 default: return 0;
18 }
19 return {};
20}
21} // namespace wmtk::autogen
The Tuple is the basic navigation tool in our mesh data structure.
Definition Tuple.hpp:19
int8_t valid_index_from_tuple(const Tuple &t)
int8_t valid_index_from_tuple(const Tuple &t)
int8_t valid_index_from_tuple(const Tuple &t)
int8_t valid_index_from_tuple(PrimitiveType mesh_type, const Tuple &t)