nxpp
Header-only graph utilities on top of Boost Graph Library
Loading...
Searching...
No Matches
nxpp::viz::DotOptions Struct Reference

Controls the lightweight DOT export surface. More...

#include <dot.hpp>

Collaboration diagram for nxpp::viz::DotOptions:

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< DotLayoutlayout = std::nullopt
 
std::string graph_name = "G"
 

Detailed Description

Controls the lightweight DOT export surface.


The documentation for this struct was generated from the following file: