Graphviz 13.0.0~dev.20241222.1117
|
#include <sgraph.h>
Data Fields | |
double | weight |
int | cnt |
int | v1 |
int | v2 |
int sedge::cnt |
Definition at line 44 of file sgraph.h.
Referenced by createSEdge(), and updateWt().
int sedge::v1 |
Definition at line 48 of file sgraph.h.
Referenced by adjacentNode(), createSEdge(), and emitSearchGraph().
int sedge::v2 |
Definition at line 48 of file sgraph.h.
Referenced by adjacentNode(), createSEdge(), and emitSearchGraph().
double sedge::weight |
Definition at line 43 of file sgraph.h.
Referenced by createSEdge(), emitSearchGraph(), and updateWt().