EGeDgraphEdge_t Struct Reference
[EGeDgraph]

#include <eg_edgraph.h>

Collaboration diagram for EGeDgraphEdge_t:

Collaboration graph
[legend]

Detailed Description

structure that hold all edge related structures needed to define a directed graph, and add/delete/modify it's structure
Examples:

eg_edgraph.ex.c.

Definition at line 70 of file eg_edgraph.h.

Data Fields

EGeDgraphNode_thead
EGeList_t head_cn
EGeDgraphNode_ttail
EGeList_t tail_cn


Field Documentation

EGeDgraphNode_t* EGeDgraphEdge_t::head
 

pointer to the head node for this edge

Definition at line 76 of file eg_edgraph.h.

EGeList_t EGeDgraphEdge_t::head_cn
 

List member of the incomming edge list in the head node for this edge.

Definition at line 72 of file eg_edgraph.h.

EGeDgraphNode_t* EGeDgraphEdge_t::tail
 

pointer to the tail node for this edge

Definition at line 77 of file eg_edgraph.h.

EGeList_t EGeDgraphEdge_t::tail_cn
 

List member of the outgoing edge list in the tail node for this edge.

Definition at line 74 of file eg_edgraph.h.


The documentation for this struct was generated from the following file:
Generated on Mon Jan 30 08:55:02 2006 for EGlib by  doxygen 1.4.5