Eclipse SUMO - Simulation of Urban MObility
MSLane.cpp File Reference
#include <config.h>
#include <cmath>
#include <bitset>
#include <iostream>
#include <cassert>
#include <functional>
#include <algorithm>
#include <iterator>
#include <exception>
#include <climits>
#include <set>
#include <utils/common/UtilExceptions.h>
#include <utils/common/StdDefs.h>
#include <utils/common/MsgHandler.h>
#include <utils/common/ToString.h>
#include <utils/options/OptionsCont.h>
#include <utils/emissions/HelpersHarmonoise.h>
#include <utils/geom/GeomHelper.h>
#include <microsim/pedestrians/MSPModel.h>
#include <microsim/traffic_lights/MSRailSignal.h>
#include <microsim/lcmodels/MSAbstractLaneChangeModel.h>
#include "MSNet.h"
#include "MSVehicleType.h"
#include "MSEdge.h"
#include "MSEdgeControl.h"
#include "MSJunction.h"
#include "MSLogicJunction.h"
#include "MSLink.h"
#include "MSLane.h"
#include "MSVehicleTransfer.h"
#include "MSGlobals.h"
#include "MSVehicleControl.h"
#include "MSInsertionControl.h"
#include "MSLeaderInfo.h"
#include "MSVehicle.h"
Include dependency graph for MSLane.cpp:

Go to the source code of this file.

Data Structures

class  by_second_sorter
 

Macros

#define DEBUG_COND   (isSelected())
 
#define DEBUG_COND2(obj)   ((obj != 0 && (obj)->isSelected()))
 

Detailed Description

Author
Christian Roessel
Jakob Erdmann
Daniel Krajzewicz
Tino Morenz
Axel Wegener
Michael Behrisch
Christoph Sommer
Mario Krumnow
Leonhard Luecken
Date
Mon, 05 Mar 2001
Version
$Id$

Definition in file MSLane.cpp.

Macro Definition Documentation

◆ DEBUG_COND

#define DEBUG_COND   (isSelected())

Definition at line 87 of file MSLane.cpp.

◆ DEBUG_COND2

#define DEBUG_COND2 (   obj)    ((obj != 0 && (obj)->isSelected()))

Definition at line 89 of file MSLane.cpp.