|
Graphviz 14.0.3~dev.20251029.0425
|
#include <pack.h>
Data Fields | |
| float | aspect |
| int | sz |
| unsigned int | margin |
| bool | doSplines |
| use splines in constructing graph shape | |
| pack_mode | mode |
| bool * | fixed |
| packval_t * | vals |
| int | flags |
| float pack_info::aspect |
Definition at line 68 of file pack.h.
Referenced by parsePackModeInfo().
| bool pack_info::doSplines |
Definition at line 71 of file pack.h.
Referenced by doDot(), genPoly(), getPackInfo(), init(), neato_layout(), sfdp_layout(), and twopi_layout().
| bool* pack_info::fixed |
Definition at line 73 of file pack.h.
Referenced by doDot(), getPackInfo(), init(), layout(), neato_layout(), and polyGraphs().
| int pack_info::flags |
Definition at line 75 of file pack.h.
Referenced by arrayRects(), chkFlags(), layout(), parsePackModeInfo(), and putGraphs().
| unsigned int pack_info::margin |
Definition at line 70 of file pack.h.
Referenced by arrayRects(), doDot(), genPoly(), getPackInfo(), init(), layout(), neato_layout(), polyGraphs(), and polyRects().
| pack_mode pack_info::mode |
Definition at line 72 of file pack.h.
Referenced by doDot(), genPoly(), getPackInfo(), init(), init_info(), layout(), main(), neato_layout(), parsePackModeInfo(), polyGraphs(), putGraphs(), and putRects().
| int pack_info::sz |
Definition at line 69 of file pack.h.
Referenced by arrayRects(), init(), and parsePackModeInfo().
| packval_t* pack_info::vals |
Definition at line 74 of file pack.h.
Referenced by arrayRects(), layout(), parsePackModeInfo(), and putGraphs().