|
Graphviz 14.0.3~dev.20251029.0425
|
#include <sgraph.h>
Data Fields | |
| int | nnodes |
| int | nedges |
| int | save_nnodes |
| int | save_nedges |
| snode * | nodes |
| sedge * | edges |
| sedge* sgraph::edges |
Definition at line 55 of file sgraph.h.
Referenced by createSEdge(), emitSearchGraph(), freeSGraph(), initSEdges(), and shortPath().
| int sgraph::nedges |
Definition at line 52 of file sgraph.h.
Referenced by createSEdge(), and emitSearchGraph().
| int sgraph::nnodes |
Definition at line 52 of file sgraph.h.
Referenced by addLoop(), addNodeEdges(), chkSgraph(), createSGraph(), createSNode(), emitSearchGraph(), initSEdges(), mkMazeGraph(), orthoEdges(), and shortPath().
| snode* sgraph::nodes |
Definition at line 54 of file sgraph.h.
Referenced by adjacentNode(), chkSgraph(), createSGraph(), createSNode(), emitSearchGraph(), freeSGraph(), initSEdges(), mkMazeGraph(), orthoEdges(), and shortPath().