Graphviz 14.0.2~dev.20251008.0253
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 1031 of file cgraph.h.

Field Documentation

◆ err

FILE* graphviz_tred_options_t::err

Definition at line 1035 of file cgraph.h.

◆ out

FILE* graphviz_tred_options_t::out

Definition at line 1034 of file cgraph.h.

◆ PrintRemovedEdges

bool graphviz_tred_options_t::PrintRemovedEdges

Definition at line 1033 of file cgraph.h.

◆ Verbose

bool graphviz_tred_options_t::Verbose

Definition at line 1032 of file cgraph.h.


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