#include <eg_edgraph.h>
Collaboration diagram for EGeDgraphEdge_t:

Definition at line 70 of file eg_edgraph.h.
Data Fields | |
| EGeDgraphNode_t * | head |
| EGeList_t | head_cn |
| EGeDgraphNode_t * | tail |
| EGeList_t | tail_cn |
|
|
pointer to the head node for this edge Definition at line 76 of file eg_edgraph.h. |
|
|
List member of the incomming edge list in the head node for this edge. Definition at line 72 of file eg_edgraph.h. |
|
|
pointer to the tail node for this edge Definition at line 77 of file eg_edgraph.h. |
|
|
List member of the outgoing edge list in the tail node for this edge. Definition at line 74 of file eg_edgraph.h. |
1.4.5