Definition in file NBMMLDirections.h.
#include <config.h>
Go to the source code of this file.
Enumerations | |
| enum | NBMMLDirection { MMLDIR_NODIR, MMLDIR_STRAIGHT, MMLDIR_TURN, MMLDIR_LEFT, MMLDIR_RIGHT, MMLDIR_PARTLEFT, MMLDIR_PARTRIGHT } |
| Possible directional types of lane-to-lane connections. More... | |
| enum NBMMLDirection |
Possible directional types of lane-to-lane connections.
A link between an incoming and an outgoing lane has an abstract direction. This direction is used within the gui to show the arrows at a lane's end.
During network building, this direction information is used when building internal edges. In fact, this should be rechecked.
Definition at line 48 of file NBMMLDirections.h.
00048 { 00050 MMLDIR_NODIR, 00052 MMLDIR_STRAIGHT, 00054 MMLDIR_TURN, 00056 MMLDIR_LEFT, 00058 MMLDIR_RIGHT, 00060 MMLDIR_PARTLEFT, 00062 MMLDIR_PARTRIGHT 00063 00064 };
1.5.6