14#include <lagrange/SurfaceMesh.h>
15#include <lagrange/volume/types.h>
17namespace lagrange::volume {
37template <
typename Scalar,
typename Index,
typename Gr
idScalar>
38void sample_vertex_normal(
40 const Grid<GridScalar>& grid,
A general purpose polygonal mesh class.
Definition SurfaceMesh.h:66
Normals from volume options.
Definition sample_vertex_normal.h:21
std::string_view normal_attribute_name
Where to write output vertex normal attribute.
Definition sample_vertex_normal.h:23