|
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.
| Color Acts::ViewConfig::color = {250, 0, 0} |
The color for this object.
| double Acts::ViewConfig::lineThickness = 0.15 |
The visual line thickness for this object.
| double Acts::ViewConfig::offset = 0.1 |
Out of plane drawing parameter for objects.
| std::filesystem::path Acts::ViewConfig::outputName = std::filesystem::path("") |
Write name - non-empty string indicates writing.
| unsigned int Acts::ViewConfig::quarterSegments = 72 |
The number of segments to approximate a quarter of the circle.
| double Acts::ViewConfig::surfaceThickness = 0.15 |
The visual surface thickness for this object.
| bool Acts::ViewConfig::triangulate = false |
Whether to triangulate or not.
| bool Acts::ViewConfig::visible = true |
Visible flag.