Graphviz 13.0.0~dev.20241222.1117
|
#include <sparsegraph.h>
Data Fields | |
int | nedges |
int * | edges |
float * | ewgts |
Definition at line 21 of file sparsegraph.h.
int* v_data::edges |
Definition at line 23 of file sparsegraph.h.
Referenced by cpExGraph(), cpGraph(), drawtopfishedges(), init_ex_graph(), make_coarse_graph(), and UG_graph().
float* v_data::ewgts |
Definition at line 24 of file sparsegraph.h.
Referenced by cpGraph(), make_coarse_graph(), and UG_graph().
int v_data::nedges |
Definition at line 22 of file sparsegraph.h.
Referenced by call_tri2(), drawtopfishedges(), init_ex_graph(), make_coarse_graph(), and UG_graph().