Wildmeshing Toolkit
Loading...
Searching...
No Matches
tuple_from_valid_index.hpp
Go to the documentation of this file.
1#pragma once
2#include <wmtk/Primitive.hpp>
3#include <wmtk/Tuple.hpp>
4
5// NOTE: this header primarily exists to simplify unit testing, not really for use
6namespace wmtk::autogen {
8 PrimitiveType mesh_type,
9 const int64_t global_cid,
10 int8_t valid_tuple_index);
11
12} // namespace wmtk::autogen
13
Tuple tuple_from_valid_index(PrimitiveType mesh_type, const int64_t global_cid, int8_t valid_tuple_index)