14#include <lagrange/SurfaceMesh.h>
15#include <lagrange/utils/function_ref.h>
34 std::optional<double> epsilon_rel;
38 std::optional<double> epsilon_abs;
51 std::optional<double> angle_abs;
56 bool merge_across_vertices =
false;
62 span<const size_t> exclude_vertices = {};
75template <
typename Scalar,
typename Index>
76void weld_indexed_attribute(
79 const WeldOptions& options = {});
A general purpose polygonal mesh class.
Definition SurfaceMesh.h:66
uint32_t AttributeId
Identified to be used to access an attribute.
Definition AttributeFwd.h:73
Main namespace for Lagrange.