ACTS
Experiment-independent tracking
Loading...
Searching...
No Matches
Acts::GraphViz::Node Struct Reference

GraphViz node descriptor. More...

#include <Acts/Utilities/GraphViz.hpp>

Collaboration diagram for Acts::GraphViz::Node:
[legend]

Public Attributes

std::string id
 Node identifier.
std::string label = ""
 Node label text.
Shape shape = Shape::Ellipse
 Node shape.
std::vector< Style > style = {Style::Solid}
 Node style attributes.

Detailed Description

GraphViz node descriptor.