![]() |
SUMO - Simulation of Urban MObility
|
#include <config.h>
#include <cmath>
#include <algorithm>
#include <utils/common/RandHelper.h>
#include <utils/geom/GeomHelper.h>
#include <utils/options/OptionsCont.h>
#include <utils/vehicle/IntermodalNetwork.h>
#include <microsim/MSNet.h>
#include <microsim/MSEdge.h>
#include <microsim/MSLane.h>
#include <microsim/MSJunction.h>
#include <microsim/MSEventControl.h>
#include "MSPModel_NonInteracting.h"
Go to the source code of this file.
Macros | |
#define | DEBUG1 "disabled" |
#define | DEBUG2 "disabled" |
#define | DEBUGCOND(PEDID) (PEDID == DEBUG1 || PEDID == DEBUG2) |
#define DEBUG1 "disabled" |
Definition at line 41 of file MSPModel_NonInteracting.cpp.
#define DEBUG2 "disabled" |
Definition at line 42 of file MSPModel_NonInteracting.cpp.
Definition at line 43 of file MSPModel_NonInteracting.cpp.
Referenced by NBEdge::addStraightConnections(), NBEdge::computeAngle(), NBEdge::divideOnEdges(), NBEdge::divideSelectedLanesOnEdges(), NBEdge::init(), NBEdge::prepareEdgePriorities(), NBEdge::recheckLanes(), NBEdge::setNodeBorder(), and GNEEdge::smoothShape().