Graphviz  2.41.20171026.1811
Data Fields
treenode_t Struct Reference
Collaboration diagram for treenode_t:
Collaboration graph
[legend]

Data Fields

double area
 
double child_area
 
rectangle r
 
treenode_tleftchild
 
treenode_trightsib
 
union {
   Agraph_t *   subg
 
   Agnode_t *   n
 
u
 
int kind
 
int n_children
 

Detailed Description

Definition at line 21 of file patchwork.c.

Field Documentation

double treenode_t::area

Definition at line 22 of file patchwork.c.

Referenced by patchworkLayout().

double treenode_t::child_area

Definition at line 23 of file patchwork.c.

int treenode_t::kind

Definition at line 30 of file patchwork.c.

treenode_t* treenode_t::leftchild

Definition at line 25 of file patchwork.c.

Agnode_t* treenode_t::n

Definition at line 28 of file patchwork.c.

int treenode_t::n_children

Definition at line 31 of file patchwork.c.

rectangle treenode_t::r

Definition at line 24 of file patchwork.c.

Referenced by patchworkLayout().

treenode_t * treenode_t::rightsib

Definition at line 25 of file patchwork.c.

Agraph_t* treenode_t::subg

Definition at line 27 of file patchwork.c.

union { ... } treenode_t::u

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