|
Graphviz 14.0.5~dev.20251116.1015
|
#include <types.h>
Data Fields | |
| int | n |
| node_t ** | v |
| int | an |
| node_t ** | av |
| double | ht1 |
| double | ht2 |
| double | pht1 |
| double | pht2 |
| bool | candidate |
| bool | valid |
| int64_t | cache_nc |
| adjmatrix_t * | flat |
| adjmatrix_t* rank_t::flat |
| double rank_t::ht1 |
Definition at line 205 of file types.h.
Referenced by make_flat_edge().
| int rank_t::n |
Definition at line 201 of file types.h.
Referenced by abomination(), checkLabelOrder(), and connectGraph().
| double rank_t::pht1 |
Definition at line 207 of file types.h.
Referenced by make_flat_bottom_edges().
| double rank_t::pht2 |
Definition at line 208 of file types.h.
Referenced by make_flat_bottom_edges().
| node_t** rank_t::v |
Definition at line 202 of file types.h.
Referenced by checkLabelOrder(), connectGraph(), fixLabelOrder(), make_flat_bottom_edges(), and make_flat_edge().