Graphviz
2.41.20171026.1811
|
#include <pack.h>
Data Fields | |
float | aspect |
int | sz |
unsigned int | margin |
int | doSplines |
pack_mode | mode |
boolean * | fixed |
packval_t * | vals |
int | flags |
float pack_info::aspect |
Definition at line 50 of file pack.h.
Referenced by parsePackModeInfo().
int pack_info::doSplines |
Definition at line 53 of file pack.h.
Referenced by getPackInfo(), neato_layout(), pack_graph(), packGraphs(), sfdp_layout(), and twopi_layout().
boolean* pack_info::fixed |
Definition at line 55 of file pack.h.
Referenced by getPackInfo(), neato_layout(), and pack_graph().
int pack_info::flags |
Definition at line 57 of file pack.h.
Referenced by parsePackModeInfo(), and putGraphs().
unsigned int pack_info::margin |
Definition at line 52 of file pack.h.
Referenced by getPackInfo(), and neato_layout().
pack_mode pack_info::mode |
Definition at line 54 of file pack.h.
Referenced by getPackInfo(), neato_layout(), parsePackModeInfo(), putGraphs(), and putRects().
int pack_info::sz |
Definition at line 51 of file pack.h.
Referenced by parsePackModeInfo().
packval_t* pack_info::vals |
Definition at line 56 of file pack.h.
Referenced by parsePackModeInfo(), and putGraphs().