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   "260479469"
 

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 37 of file NBAlgorithms_Ramps.cpp.

◆ DEBUGNODEID

#define DEBUGNODEID   "260479469"

Definition at line 36 of file NBAlgorithms_Ramps.cpp.