EGeDgraph_t Struct Reference
[EGeDgraph]

#include <eg_edgraph.h>

Collaboration diagram for EGeDgraph_t:

Collaboration graph
[legend]

Detailed Description

structure that holds all graph related structures needed to define a directed graph, and to allow modifications over it.
Examples:

eg_edgraph.ex.c.

Definition at line 84 of file eg_edgraph.h.

Data Fields

unsigned n_edges
unsigned n_nodes
EGeList_t nodes


Field Documentation

unsigned EGeDgraph_t::n_edges
 

number of edges in the graph

Examples:
eg_edgraph.ex.c.

Definition at line 88 of file eg_edgraph.h.

unsigned EGeDgraph_t::n_nodes
 

number of nodes in the graph

Examples:
eg_edgraph.ex.c, and eg_push_relabel.ex.c.

Definition at line 87 of file eg_edgraph.h.

EGeList_t EGeDgraph_t::nodes
 

List head for all nodes in the graph

Examples:
eg_edgraph.ex.c, and eg_push_relabel.ex.c.

Definition at line 86 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