NBMMLDirections.h File Reference


Detailed Description

Author:
Daniel Krajzewicz
Date:
Fri, 29.04.2005
Version:
Id
NBMMLDirections.h 8236 2010-02-10 11:16:41Z behrisch

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...


Enumeration Type Documentation

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.

Todo:
recheck usage within the computation of internal lanes, regard using something different
Enumerator:
MMLDIR_NODIR  dead-end
MMLDIR_STRAIGHT  The link goes straight.
MMLDIR_TURN  The link is a turnaround link.
MMLDIR_LEFT  The link turns left.
MMLDIR_RIGHT  The link turns right.
MMLDIR_PARTLEFT  The link turns left, but not too much.
MMLDIR_PARTRIGHT  The link turns right, but not too much.

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 };


Generated on Wed May 5 00:06:38 2010 for Sumo - Simulation of Urban MObility by  doxygen 1.5.6