|
Lagrange
|
Option struct for computing dihedral angles. More...
#include <lagrange/compute_greedy_coloring.h>
Public Attributes | |
| std::string_view | output_attribute_name = "@color_id" |
| Output attribute name. If the attribute already exists, it will be overwritten. | |
| AttributeElement | element_type = AttributeElement::Facet |
| Element type to be colored. Can be either Vertex or Facet. | |
| size_t | num_color_used = 8 |
| Minimum number of colors to use. The algorithm will cycle through them but may use more. | |
Option struct for computing dihedral angles.