EGinternalPairs_t Struct Reference

#include <eg_greedytypes.h>

Collaboration diagram for EGinternalPairs_t:

Collaboration graph
[legend]

Data Fields

EGdGraphNode_ts
EGdGraphNode_tt
EGdijkstraCost_t value
EGdijkstraCost_t ivalue
EGdijkstraCost_t evalue
unsigned int npath
EGdGraphEdge_t ** stpath
EGlist_textpath

Detailed Description

Definition at line 180 of file eg_greedytypes.h.


Field Documentation

EGdijkstraCost_t EGinternalPairs_t::evalue
 

Value of external path

Definition at line 186 of file eg_greedytypes.h.

EGlist_t* EGinternalPairs_t::extpath
 

external st path

Definition at line 189 of file eg_greedytypes.h.

EGdijkstraCost_t EGinternalPairs_t::ivalue
 

Value of internal path

Definition at line 185 of file eg_greedytypes.h.

unsigned int EGinternalPairs_t::npath
 

length of internal st path

Definition at line 187 of file eg_greedytypes.h.

EGdGraphNode_t* EGinternalPairs_t::s
 

First end point of the internal path

Definition at line 182 of file eg_greedytypes.h.

EGdGraphEdge_t** EGinternalPairs_t::stpath
 

internal st path

Definition at line 188 of file eg_greedytypes.h.

EGdGraphNode_t* EGinternalPairs_t::t
 

Second end point of the internal path

Definition at line 183 of file eg_greedytypes.h.

EGdijkstraCost_t EGinternalPairs_t::value
 

Value of the path (external + internal)

Definition at line 184 of file eg_greedytypes.h.


The documentation for this struct was generated from the following file:
Generated on Thu Oct 20 14:59:15 2005 for DominoParitySeparator by  doxygen 1.4.5