|
ACTS
Experiment-independent tracking
|
Struct to concentrate all visualization configurations in order to harmonize visualization interfaces. More...
#include <Acts/Visualization/ViewConfig.hpp>
Public Attributes | |
| Color | color = {250, 0, 0} |
| The color for this object. | |
| double | lineThickness = 0.15 |
| The visual line thickness for this object. | |
| double | offset = 0.1 |
| Out of plane drawing parameter for objects. | |
| std::filesystem::path | outputName = std::filesystem::path("") |
| Write name - non-empty string indicates writing. | |
| unsigned int | quarterSegments = 72 |
| The number of segments to approximate a quarter of the circle. | |
| double | surfaceThickness = 0.15 |
| The visual surface thickness for this object. | |
| bool | triangulate = false |
| Whether to triangulate or not. | |
| bool | visible = true |
| Visible flag. | |
Struct to concentrate all visualization configurations in order to harmonize visualization interfaces.