|
Graphviz
2.41.20171026.1811
|


Go to the source code of this file.
Data Structures | |
| struct | _node_list |
| struct | gridpt |
| struct | cell |
Macros | |
| #define | GRID_H |
Typedefs | |
| typedef struct _grid | Grid |
| typedef struct _node_list | node_list |
Functions | |
| Grid * | mkGrid (int) |
| void | adjustGrid (Grid *g, int nnodes) |
| void | clearGrid (Grid *) |
| void | addGrid (Grid *, int, int, Agnode_t *) |
| void | walkGrid (Grid *, int(*)(Dt_t *, cell *, Grid *)) |
| cell * | findGrid (Grid *, int, int) |
| void | delGrid (Grid *) |
| int | gLength (cell *p) |
| typedef struct _node_list node_list |
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 * | ) |
Definition at line 199 of file grid.c.
References _grid::cellCur, _grid::cellMem, _grid::data, dtclear, _grid::listCur, and _grid::listMem.
| void delGrid | ( | Grid * | ) |
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