CMR
1.3.0
|
#include <graph.h>
Public Attributes | |
int | target |
Target node of this arc. More... | |
int | prev |
Next arc in out-arc list of source node. More... | |
int | next |
Previous arc in out-arc list of source node. More... | |
int CMR_GRAPH_ARC_DATA::next |
Previous arc in out-arc list of source node.
int CMR_GRAPH_ARC_DATA::prev |
Next arc in out-arc list of source node.
int CMR_GRAPH_ARC_DATA::target |
Target node of this arc.