Graphviz
2.41.20171026.1811
|
#include <sparsegraph.h>
Data Fields | |
int | nedges |
int * | edges |
float * | ewgts |
Definition at line 73 of file sparsegraph.h.
int* v_data::edges |
Definition at line 75 of file sparsegraph.h.
Referenced by UG_graph().
float* v_data::ewgts |
Definition at line 76 of file sparsegraph.h.
Referenced by UG_graph().
int v_data::nedges |
Definition at line 74 of file sparsegraph.h.
Referenced by call_tri2(), and UG_graph().