Graphviz 13.0.0~dev.20241220.2304
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 938 of file cgraph.h.

Field Documentation

◆ err

FILE* graphviz_tred_options_t::err

Definition at line 942 of file cgraph.h.

◆ out

FILE* graphviz_tred_options_t::out

Definition at line 941 of file cgraph.h.

◆ PrintRemovedEdges

bool graphviz_tred_options_t::PrintRemovedEdges

Definition at line 940 of file cgraph.h.

◆ Verbose

bool graphviz_tred_options_t::Verbose

Definition at line 939 of file cgraph.h.


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