Lagrange
DijkstraDistanceOptions< Scalar, Index > Struct Template Reference

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.
 

Detailed Description

template<typename Scalar, typename Index>
struct lagrange::DijkstraDistanceOptions< Scalar, Index >

Option struct for compute_dijkstra_distance.


The documentation for this struct was generated from the following file: