Wildmeshing Toolkit
Loading...
Searching...
No Matches
local_id_table_offset.hpp
Go to the documentation of this file.
1#pragma once
2#include <cstdint>
4#include <wmtk/Tuple.hpp>
5
6namespace wmtk::autogen::utils {
7// external access to each mesh type's local id offsets from tuple code
8// mostl'y for unit testing
9int8_t local_id_table_offset(PrimitiveType mesh_type, const Tuple& t);
10
11} // namespace wmtk::autogen::utils
auto local_id_table_offset(PrimitiveType mesh_type, const Tuple &t) -> int8_t