Graphviz 12.0.1~dev.20240716.0800
Loading...
Searching...
No Matches
pack_info Struct Reference

#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_tvals
 
int flags
 

Detailed Description

Definition at line 67 of file pack.h.

Field Documentation

◆ aspect

float pack_info::aspect

Definition at line 68 of file pack.h.

Referenced by parsePackModeInfo().

◆ doSplines

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().

◆ fixed

bool* pack_info::fixed

Definition at line 73 of file pack.h.

Referenced by doDot(), getPackInfo(), init(), layout(), neato_layout(), and polyGraphs().

◆ flags

int pack_info::flags

Definition at line 75 of file pack.h.

Referenced by arrayRects(), chkFlags(), layout(), parsePackModeInfo(), and putGraphs().

◆ margin

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().

◆ mode

◆ sz

int pack_info::sz

Definition at line 69 of file pack.h.

Referenced by arrayRects(), init(), and parsePackModeInfo().

◆ vals

packval_t* pack_info::vals

Definition at line 74 of file pack.h.

Referenced by arrayRects(), layout(), parsePackModeInfo(), and putGraphs().


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