Skip to main content

Options Struct

Declaration

struct simaai::neat::graph::GraphPrinter::Options { ... }

Included Headers

#include <GraphPrinter.h>

Public Member Attributes Index

boolshow_index = true
boolshow_kind = true
boolshow_user_label = true
boolshow_backend = true
boolshow_ports = true
std::size_tmax_label_chars = 200
std::size_tmax_ports = 16
booldot_rankdir_lr = true
std::stringdot_graph_name = "sima_hybrid_graph"
boolmermaid_lr = true
std::stringmermaid_id_prefix = "n"

Definition at line 21 of file GraphPrinter.h.

Public Member Attributes

dot_graph_name

std::string simaai::neat::graph::GraphPrinter::Options::dot_graph_name = "sima_hybrid_graph"

Definition at line 32 of file GraphPrinter.h.

32 std::string dot_graph_name = "sima_hybrid_graph";

dot_rankdir_lr

bool simaai::neat::graph::GraphPrinter::Options::dot_rankdir_lr = true

Definition at line 31 of file GraphPrinter.h.

31 bool dot_rankdir_lr = true;

max_label_chars

std::size_t simaai::neat::graph::GraphPrinter::Options::max_label_chars = 200

Definition at line 28 of file GraphPrinter.h.

28 std::size_t max_label_chars = 200;

max_ports

std::size_t simaai::neat::graph::GraphPrinter::Options::max_ports = 16

Definition at line 29 of file GraphPrinter.h.

29 std::size_t max_ports = 16;

mermaid_id_prefix

std::string simaai::neat::graph::GraphPrinter::Options::mermaid_id_prefix = "n"

Definition at line 35 of file GraphPrinter.h.

35 std::string mermaid_id_prefix = "n";

mermaid_lr

bool simaai::neat::graph::GraphPrinter::Options::mermaid_lr = true

Definition at line 34 of file GraphPrinter.h.

34 bool mermaid_lr = true;

show_backend

bool simaai::neat::graph::GraphPrinter::Options::show_backend = true

Definition at line 25 of file GraphPrinter.h.

25 bool show_backend = true;

show_index

bool simaai::neat::graph::GraphPrinter::Options::show_index = true

Definition at line 22 of file GraphPrinter.h.

22 bool show_index = true;

show_kind

bool simaai::neat::graph::GraphPrinter::Options::show_kind = true

Definition at line 23 of file GraphPrinter.h.

23 bool show_kind = true;

show_ports

bool simaai::neat::graph::GraphPrinter::Options::show_ports = true

Definition at line 26 of file GraphPrinter.h.

26 bool show_ports = true;

show_user_label

bool simaai::neat::graph::GraphPrinter::Options::show_user_label = true

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.