EGeDgraphNode_t Struct Reference
[EGeDgraph]

#include <eg_edgraph.h>

Collaboration diagram for EGeDgraphNode_t:

Collaboration graph
[legend]

Detailed Description

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

eg_edgraph.ex.c.

Definition at line 55 of file eg_edgraph.h.

Data Fields

EGeList_t in_edge
unsigned in_size
EGeList_t node_cn
EGeList_t out_edge
unsigned out_size


Field Documentation

EGeList_t EGeDgraphNode_t::in_edge
 

List head for a list of incomming edges

Definition at line 57 of file eg_edgraph.h.

unsigned EGeDgraphNode_t::in_size
 

Number of incomming edges

Definition at line 62 of file eg_edgraph.h.

EGeList_t EGeDgraphNode_t::node_cn
 

List member of the list of all nodes in the graph, note that if this node is not (YET) in a graph, the contents are undefined

Definition at line 59 of file eg_edgraph.h.

EGeList_t EGeDgraphNode_t::out_edge
 

List head for a list of outgoing edges

Definition at line 58 of file eg_edgraph.h.

unsigned EGeDgraphNode_t::out_size
 

Number of outgoing edges

Definition at line 63 of file eg_edgraph.h.


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