ellipsoid_tree 0.1.0
Exact intersection tests for ellipsoids and friends
Loading...
Searching...
No Matches
ellipsoid_tree::FieldOptions Struct Reference

Options controlling how draw_cg1_field maps field values to colors. More...

#include <ellipsoid_tree/plot2d.hpp>

Public Attributes

double vmin = std::numeric_limits<double>::quiet_NaN()
 NaN: use the data minimum.
 
double vmax = std::numeric_limits<double>::quiet_NaN()
 NaN: use the data maximum.
 
bool wireframe = false
 Overlay the triangle edges.
 
Style wire_style = Style{with_alpha(colors::black(), 0.35), 0.5, colors::transparent()}
 Style for the wireframe overlay.
 

Detailed Description

Options controlling how draw_cg1_field maps field values to colors.

Member Data Documentation

◆ vmin

double ellipsoid_tree::FieldOptions::vmin = std::numeric_limits<double>::quiet_NaN()

NaN: use the data minimum.

◆ vmax

double ellipsoid_tree::FieldOptions::vmax = std::numeric_limits<double>::quiet_NaN()

NaN: use the data maximum.

◆ wireframe

bool ellipsoid_tree::FieldOptions::wireframe = false

Overlay the triangle edges.

◆ wire_style

Style ellipsoid_tree::FieldOptions::wire_style = Style{with_alpha(colors::black(), 0.35), 0.5, colors::transparent()}

Style for the wireframe overlay.


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