Class muda::ComputeGraphGraphvizOptions
ClassList > muda > ComputeGraphGraphvizOptions
Public Attributes
Type | Name |
---|---|
std::string | all_nodes_closure_style = = |
R"(shape="Mrecord", color="#82B366", style="filled", fillcolor="#D5E8D4",)" |
|
std::string | arc_style = = R"(color="#82B366", )" |
bool | as_subgraph = = false |
std::string | cluster_style = = |
R"(fontcolor="#82B366" fontsize=18; color = "#82B366"; style = "dashed";)" |
|
std::string | cluster_var_style = = R"(color="#F08705"; style="dashed";)" |
std::string | event_style = = |
R"(shape="rectangle", color="#8E44AD", style="filled,rounded", fillcolor="#BB8FCE",)" |
|
std::string | graph_font = = R"(graph [fontname = "helvetica"]; |
node [fontname = "helvetica"]; | |
edge [fontname = "helvetica"];)" |
|
int | graph_id = = 0 |
std::string | graph_viewer_style = = |
R"(shape="rectangle", color="#82B366", style="filled,rounded", fillcolor="#D5E8D4",)" |
|
std::string | node_style = = |
R"(shape="egg", color="#82B366", style="filled", fillcolor="#D5E8D4",)" |
|
std::string | read_style = = R"(color="#64BBE2", arrowhead = dot, )" |
std::string | read_write_style = = R"(color="#F08E81", arrowhead = diamond,)" |
bool | show_all_graph_nodes_in_a_closure = = false |
bool | show_nodes = = true |
bool | show_vars = = true |
std::string | var_style = = |
R"(shape="rectangle", color="#F08705", style="filled,rounded", fillcolor="#F5AF58",)" |
Public Attributes Documentation
variable all_nodes_closure_style
variable arc_style
variable as_subgraph
variable cluster_style
variable cluster_var_style
variable event_style
variable graph_font
variable graph_id
variable graph_viewer_style
variable node_style
variable read_style
variable read_write_style
variable show_all_graph_nodes_in_a_closure
variable show_nodes
variable show_vars
variable var_style
The documentation for this class was generated from the following file src/muda/compute_graph/graphviz_options.h