#include <graph.h>
Data Fields | |
PmVertice * | target |
The vertice this edge points to. | |
PmEdge * | prev |
The previous edge in the list. | |
PmEdge * | next |
The next edge in the list. |
Edges connect vertices to each other.
|
The next edge in the list.
|
|
The previous edge in the list.
|
|
The vertice this edge points to.
|