14#ifdef LAGRANGE_ENABLE_LEGACY_FUNCTIONS
15 #include <lagrange/legacy/compute_edge_lengths.h>
18#include <lagrange/SurfaceMesh.h>
48template <
typename Scalar,
typename Index>
uint32_t AttributeId
Identified to be used to access an attribute.
Definition: AttributeFwd.h:73
AttributeId compute_edge_lengths(SurfaceMesh< Scalar, Index > &mesh, const EdgeLengthOptions &options={})
Computes edge lengths attribute.
Definition: compute_edge_lengths.cpp:28
Main namespace for Lagrange.
Definition: AABBIGL.h:30
Definition: compute_edge_lengths.h:32
std::string_view output_attribute_name
Output attribute name. If the attribute already exists, it will be overwritten.
Definition: compute_edge_lengths.h:34