|
Lagrange
|
Option struct for compute_dijkstra_distance. More...
#include <lagrange/compute_dijkstra_distance.h>
Public Attributes | |
| Index | seed_facet = invalid<Index>() |
| Seed facet index. | |
| SmallVector< Scalar, 3 > | barycentric_coords |
| Seed facet barycentric coordinate. | |
| Scalar | radius = 0.0 |
| Maximum radius of the dijkstra distance. | |
| std::string_view | output_attribute_name = "@dijkstra_distance" |
| Output attribute name for dijkstra distance. | |
| bool | output_involved_vertices = false |
| Output involved vertices. | |
Option struct for compute_dijkstra_distance.