Graphviz 12.0.1~dev.20240715.2254
Loading...
Searching...
No Matches
graphviz_tred_options_t Struct Reference

options for passing to graphviz_tred More...

#include <cgraph.h>

Data Fields

bool Verbose
 
bool PrintRemovedEdges
 
FILE * out
 stream to write result(s) to
 
FILE * err
 stream to print warnings to
 

Detailed Description

Definition at line 947 of file cgraph.h.

Field Documentation

◆ err

FILE* graphviz_tred_options_t::err

Definition at line 951 of file cgraph.h.

◆ out

FILE* graphviz_tred_options_t::out

Definition at line 950 of file cgraph.h.

◆ PrintRemovedEdges

bool graphviz_tred_options_t::PrintRemovedEdges

Definition at line 949 of file cgraph.h.

◆ Verbose

bool graphviz_tred_options_t::Verbose

Definition at line 948 of file cgraph.h.


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