Wildmeshing Toolkit
Loading...
Searching...
No Matches
tuple_vector_to_homogeneous_simplex_vector.hpp
Go to the documentation of this file.
1#pragma once
2#include <vector>
3#include <wmtk/Tuple.hpp>
5
6namespace wmtk {
7class Mesh;
8}
9
10namespace wmtk::simplex::utils {
12 const Mesh& m,
13 const std::vector<Tuple>&,
14 PrimitiveType primitive);
15}
std::vector< Simplex > tuple_vector_to_homogeneous_simplex_vector(const Mesh &m, const std::vector< Tuple > &tups, PrimitiveType primitive)