|
Graphviz
2.41.20171026.1811
|

Go to the source code of this file.
Data Structures | |
| struct | _block |
| struct | _grid |
Macros | |
| #define | FDP_PRIVATE 1 |
Typedefs | |
| typedef struct _block | block_t |
| typedef int(* | walkfn_t )(Dt_t *, void *, void *) |
Functions | |
| Grid * | mkGrid (int cellHint) |
| void | adjustGrid (Grid *g, int nnodes) |
| void | clearGrid (Grid *g) |
| void | delGrid (Grid *g) |
| void | addGrid (Grid *g, int i, int j, Agnode_t *n) |
| void | walkGrid (Grid *g, int(*walkf)(Dt_t *, cell *, Grid *)) |
| cell * | findGrid (Grid *g, int i, int j) |
| int | gLength (cell *p) |
Definition at line 221 of file grid.c.
References agnameof(), _grid::data, dtinsert, gridpt::i, gridpt::j, cell::nodes, cell::p, and Verbose.
Definition at line 182 of file grid.c.
References _grid::listMem, _grid::listSize, MAX, and N_GNEW.
Referenced by fdp_tLayout().
| void clearGrid | ( | Grid * | g | ) |
Definition at line 199 of file grid.c.
References _grid::cellCur, _grid::cellMem, _grid::data, dtclear, _grid::listCur, and _grid::listMem.
| void delGrid | ( | Grid * | g | ) |
Definition at line 210 of file grid.c.
References _grid::cellMem, _grid::data, dtclose(), freeBlock(), and _grid::listMem.
Referenced by fdp_tLayout().
Definition at line 264 of file grid.c.
References _node_list::next, and cell::nodes.
Definition at line 163 of file grid.c.
References _grid::cellMem, _grid::data, dtopen(), Dtoset, GNEW, _grid::listMem, and _grid::listSize.
Referenced by fdp_tLayout().
1.8.5