Options Struct
Declaration
struct simaai::neat::graph::GraphPrinter::Options { ... }
Included Headers
#include <GraphPrinter.h>
Public Member Attributes Index
| bool | show_index = true |
| bool | show_kind = true |
| bool | show_user_label = true |
| bool | show_backend = true |
| bool | show_ports = true |
| std::size_t | max_label_chars = 200 |
| std::size_t | max_ports = 16 |
| bool | dot_rankdir_lr = true |
| std::string | dot_graph_name = "sima_hybrid_graph" |
| bool | mermaid_lr = true |
| std::string | mermaid_id_prefix = "n" |
Definition at line 21 of file GraphPrinter.h.
Public Member Attributes
dot_graph_name
|
Definition at line 32 of file GraphPrinter.h.
32 std::string dot_graph_name = "sima_hybrid_graph";
dot_rankdir_lr
|
Definition at line 31 of file GraphPrinter.h.
31 bool dot_rankdir_lr = true;
max_label_chars
|
Definition at line 28 of file GraphPrinter.h.
28 std::size_t max_label_chars = 200;
max_ports
|
Definition at line 29 of file GraphPrinter.h.
mermaid_id_prefix
|
Definition at line 35 of file GraphPrinter.h.
35 std::string mermaid_id_prefix = "n";
mermaid_lr
|
Definition at line 34 of file GraphPrinter.h.
34 bool mermaid_lr = true;
show_backend
|
Definition at line 25 of file GraphPrinter.h.
25 bool show_backend = true;
show_index
|
Definition at line 22 of file GraphPrinter.h.
22 bool show_index = true;
show_kind
|
Definition at line 23 of file GraphPrinter.h.
show_ports
|
Definition at line 26 of file GraphPrinter.h.
26 bool show_ports = true;
show_user_label
|
Definition at line 24 of file GraphPrinter.h.
24 bool show_user_label = true;
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.