Arc Struct Reference
Collaboration diagram for Arc:

Public Attributes | |
| node * | tail |
| node * | head |
| struct Arc * | next_out |
| struct Arc * | next_in |
| bool | in_tree |
| double | cost |
| long | transit_time |
| double | key |
| long | hpos |
Member Data Documentation
| double Arc::cost |
Referenced by convertMCMgraphToYTOgraph(), mmcycle(), and update_subtree().
Referenced by convertMCMgraphToYTOgraph(), and mmcycle().
| long Arc::hpos |
Referenced by DELETE(), mmcycle(), SHIFTDOWN(), and SHIFTUP().
| bool Arc::in_tree |
Referenced by mmcycle().
| double Arc::key |
Referenced by DELETE(), MAXCHILD(), mmcycle(), SHIFTDOWN(), and SHIFTUP().
| struct Arc* Arc::next_in |
Referenced by convertMCMgraphToYTOgraph(), and mmcycle().
| struct Arc* Arc::next_out |
Referenced by convertMCMgraphToYTOgraph(), and mmcycle().
Referenced by convertMCMgraphToYTOgraph(), and mmcycle().
| long Arc::transit_time |
Referenced by convertMCMgraphToYTOgraph(), and mmcycle().
The documentation for this struct was generated from the following file:

