Graphviz 12.0.1~dev.20240716.0800
Loading...
Searching...
No Matches
ex_vtx_data Struct Reference

#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
 

Detailed Description

Definition at line 16 of file hierarchy.h.

Field Documentation

◆ active_level

◆ edges

int* ex_vtx_data::edges

Definition at line 18 of file hierarchy.h.

Referenced by init_ex_graph(), make_coarse_ex_graph(), and maxmatch().

◆ globalIndex

int ex_vtx_data::globalIndex

Definition at line 21 of file hierarchy.h.

Referenced by create_hierarchy(), and find_active_ancestor().

◆ nedges

int ex_vtx_data::nedges

Definition at line 17 of file hierarchy.h.

Referenced by init_ex_graph(), make_coarse_ex_graph(), and maxmatch().

◆ old_active_level

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().

◆ old_physical_x_coord

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().

◆ old_physical_y_coord

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().

◆ physical_x_coord

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().

◆ physical_y_coord

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().

◆ size

int ex_vtx_data::size

Definition at line 19 of file hierarchy.h.

Referenced by init_ex_graph(), make_coarse_ex_graph(), and maxmatch().

◆ x_coord

float ex_vtx_data::x_coord

◆ y_coord

float ex_vtx_data::y_coord

The documentation for this struct was generated from the following file: