Eclipse SUMO - Simulation of Urban MObility
NBAlgorithms_Ramps.cpp File Reference
#include <config.h>
#include <cassert>
#include <utils/options/OptionsCont.h>
#include <utils/common/MsgHandler.h>
#include <utils/common/ToString.h>
#include "NBNetBuilder.h"
#include "NBNodeCont.h"
#include "NBNode.h"
#include "NBEdge.h"
#include "NBAlgorithms_Ramps.h"
Include dependency graph for NBAlgorithms_Ramps.cpp:

Go to the source code of this file.

Macros

#define DEBUGCOND(obj)   ((obj != 0 && (obj)->getID() == DEBUGNODEID))
 
#define DEBUGNODEID   ""
 
#define MIN_SPLIT_LENGTH   POSITION_EPS
 
#define OFFRAMP_LOOKBACK   500
 

Detailed Description

Author
Daniel Krajzewicz
Jakob Erdmann
Michael Behrisch
Date
29. March 2012

Definition in file NBAlgorithms_Ramps.cpp.

Macro Definition Documentation

◆ DEBUGCOND

#define DEBUGCOND (   obj)    ((obj != 0 && (obj)->getID() == DEBUGNODEID))

Definition at line 39 of file NBAlgorithms_Ramps.cpp.

◆ DEBUGNODEID

#define DEBUGNODEID   ""

Definition at line 38 of file NBAlgorithms_Ramps.cpp.

◆ MIN_SPLIT_LENGTH

#define MIN_SPLIT_LENGTH   POSITION_EPS

Definition at line 35 of file NBAlgorithms_Ramps.cpp.

◆ OFFRAMP_LOOKBACK

#define OFFRAMP_LOOKBACK   500

Definition at line 34 of file NBAlgorithms_Ramps.cpp.