12#include <lagrange/SurfaceMesh.h>
41template <
typename Scalar,
typename Index>
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.
AttributeId compute_seam_edges(SurfaceMesh< Scalar, Index > &mesh, AttributeId indexed_attribute_id, const SeamEdgesOptions &options={})
Computes the seam edges for a given indexed attribute.
Definition compute_seam_edges.cpp:35
Options for computing seam edges.
Definition compute_seam_edges.h:20
std::string_view output_attribute_name
Output attribute name.
Definition compute_seam_edges.h:22