14#include <lagrange/SurfaceMesh.h>
37template <
typename Scalar,
typename Index>
A general purpose polygonal mesh class.
Definition SurfaceMesh.h:73
uint32_t AttributeId
Identified to be used to access an attribute.
Definition AttributeFwd.h:73
AttributeId compute_facet_circumcenter(SurfaceMesh< Scalar, Index > &mesh, FacetCircumcenterOptions options={})
Compute per-facet circumcenter.
Definition compute_facet_circumcenter.cpp:32
Main namespace for Lagrange.
Definition compute_facet_circumcenter.h:24
std::string_view output_attribute_name
Output facet circumcenter attribute name.
Definition compute_facet_circumcenter.h:26