#include <eg_shrink_graph.h>
Collaboration diagram for EGsrkNode_t:

Definition at line 77 of file eg_shrink_graph.h.
Data Fields | |
| EGsrkEdge_t * | hit |
| EGeList_t | members |
| unsigned int | mmb_sz |
| EGeUgraphNode_t | node |
| EGes_t | parent |
| EGlpNum_t | weight |
|
|
used for internal purposes, in particular, while merging two adjacency lists, this field is used to store the first edge touching this node, and then used to retrieve that information. When we call EGsrkIdentifyNodes this field is assumed to be NULL Definition at line 89 of file eg_shrink_graph.h. |
|
|
list of other nodes shrunken with this node
Definition at line 80 of file eg_shrink_graph.h. |
|
|
length of the members list (without including the node itself Definition at line 81 of file eg_shrink_graph.h. |
|
|
actual node structure for the graph
Definition at line 79 of file eg_shrink_graph.h. |
|
|
If this node is the representant for its class, then this is a 'parent' node, otherwise, is a shrunken node Definition at line 83 of file eg_shrink_graph.h. |
|
|
Weight of the
Definition at line 86 of file eg_shrink_graph.h. |
1.4.5