Graphviz 13.0.0~dev.20241222.1117
|
#include <hierarchy.h>
Data Fields | |
int | nedges |
int * | edges |
int | size |
int | active_level |
int | globalIndex |
float | x_coord |
float | y_coord |
float | physical_x_coord |
float | physical_y_coord |
float | old_physical_x_coord |
float | old_physical_y_coord |
int | old_active_level |
Definition at line 16 of file hierarchy.h.
int ex_vtx_data::active_level |
Definition at line 20 of file hierarchy.h.
Referenced by find_active_ancestor(), find_active_ancestor_info(), find_physical_coords(), get_temp_coords(), refresh_old_values(), and set_active_levels().
int* ex_vtx_data::edges |
Definition at line 18 of file hierarchy.h.
Referenced by init_ex_graph(), make_coarse_ex_graph(), and maxmatch().
int ex_vtx_data::globalIndex |
Definition at line 21 of file hierarchy.h.
Referenced by create_hierarchy(), and find_active_ancestor().
int ex_vtx_data::nedges |
Definition at line 17 of file hierarchy.h.
Referenced by init_ex_graph(), make_coarse_ex_graph(), and maxmatch().
int ex_vtx_data::old_active_level |
Definition at line 33 of file hierarchy.h.
Referenced by find_old_physical_coords(), get_temp_coords(), and refresh_old_values().
float ex_vtx_data::old_physical_x_coord |
Definition at line 31 of file hierarchy.h.
Referenced by find_old_physical_coords(), and refresh_old_values().
float ex_vtx_data::old_physical_y_coord |
Definition at line 32 of file hierarchy.h.
Referenced by find_old_physical_coords(), and refresh_old_values().
float ex_vtx_data::physical_x_coord |
Definition at line 28 of file hierarchy.h.
Referenced by find_physical_coords(), makeHier(), and refresh_old_values().
float ex_vtx_data::physical_y_coord |
Definition at line 29 of file hierarchy.h.
Referenced by find_physical_coords(), makeHier(), and refresh_old_values().
int ex_vtx_data::size |
Definition at line 19 of file hierarchy.h.
Referenced by init_ex_graph(), make_coarse_ex_graph(), and maxmatch().
float ex_vtx_data::x_coord |
Definition at line 24 of file hierarchy.h.
Referenced by changetopfishfocus(), ddist(), init_ex_graph(), make_coarse_ex_graph(), and prepare_topological_fisheye().
float ex_vtx_data::y_coord |
Definition at line 25 of file hierarchy.h.
Referenced by changetopfishfocus(), ddist(), init_ex_graph(), make_coarse_ex_graph(), and prepare_topological_fisheye().