|
nxpp
Header-only graph utilities on top of Boost Graph Library
|
Controls the lightweight DOT export surface. More...
#include <dot.hpp>

Public Attributes | |
| bool | show_node_labels = true |
| bool | show_edge_labels = true |
| bool | show_weights = true |
| bool | show_edge_ids = false |
| bool | show_user_attrs = false |
| std::map< std::string, std::string > | graph_attrs |
| std::optional< DotLayout > | layout = std::nullopt |
| std::string | graph_name = "G" |
Controls the lightweight DOT export surface.