|
Graphviz 14.0.3~dev.20251029.0425
|
#include <hierarchy.h>
Data Fields | |
| int | nlevels |
| v_data ** | graphs |
| ex_vtx_data ** | geom_graphs |
| int * | nvtxs |
| int * | nedges |
| int ** | v2cv |
| int ** | cv2v |
| int | maxNodeIndex |
Definition at line 39 of file hierarchy.h.
| int** Hierarchy::cv2v |
Definition at line 52 of file hierarchy.h.
Referenced by create_hierarchy(), extract_active_logical_coords(), find_leftmost_descendant(), findClosestActiveNode(), set_active_levels(), and set_active_physical_coords().
| ex_vtx_data** Hierarchy::geom_graphs |
Definition at line 42 of file hierarchy.h.
Referenced by changetopfishfocus(), create_hierarchy(), extract_active_logical_coords(), find_active_ancestor(), find_active_ancestor_info(), find_old_physical_coords(), find_physical_coords(), findClosestActiveNode(), get_temp_coords(), init_active_level(), makeHier(), prepare_topological_fisheye(), refresh_old_values(), set_active_levels(), and set_active_physical_coords().
| v_data** Hierarchy::graphs |
Definition at line 41 of file hierarchy.h.
Referenced by create_hierarchy(), and drawtopfishedges().
| int Hierarchy::maxNodeIndex |
Definition at line 53 of file hierarchy.h.
Referenced by create_hierarchy().
| int* Hierarchy::nedges |
Definition at line 44 of file hierarchy.h.
Referenced by create_hierarchy().
| int Hierarchy::nlevels |
Definition at line 40 of file hierarchy.h.
Referenced by create_hierarchy(), drawtopfishedges(), drawtopfishnodes(), find_closest_active_node(), init_active_level(), positionAllItems(), refresh_old_values(), and set_active_levels().
| int* Hierarchy::nvtxs |
Definition at line 43 of file hierarchy.h.
Referenced by create_hierarchy(), drawtopfishedges(), drawtopfishnodes(), find_closest_active_node(), init_active_level(), makeHier(), positionAllItems(), refresh_old_values(), and set_active_levels().
| int** Hierarchy::v2cv |
Definition at line 47 of file hierarchy.h.
Referenced by create_hierarchy(), find_active_ancestor(), find_active_ancestor_info(), find_old_physical_coords(), and find_physical_coords().