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