Struct ViewConfig¶
Defined in File ViewConfig.hpp
Struct Documentation¶
-
struct
Acts::ViewConfig¶ Struct to concentrate all visulation configuration in order to harmonize visualization interfaces.
Public Functions
-
ViewConfig(bool vis = true)¶ Constructor to switch visibility off.
Public Members
-
double
lineThickness= 0.15¶ The visual line thickness for this object.
-
unsigned int
nSegments= 72¶ The number of segments to approximate full 2pi.
-
double
offset= 0.1¶ Out of plane drawing parameter for objects.
-
std::string
outputName= ""¶ Write name - non-empty string indicates writing.
-
double
surfaceThickness= 0.15¶ The visual surface thickness for this object.
-
bool
triangulate= false¶ Whether to triangulate or not.
-
bool
visible= true¶ Visible flag.
-