![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#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"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 |
Definition in file NBAlgorithms_Ramps.cpp.
| #define DEBUGCOND | ( | obj | ) | ((obj != 0 && (obj)->getID() == DEBUGNODEID)) |
Definition at line 39 of file NBAlgorithms_Ramps.cpp.
| #define DEBUGNODEID "" |
Definition at line 38 of file NBAlgorithms_Ramps.cpp.
| #define MIN_SPLIT_LENGTH POSITION_EPS |
Definition at line 35 of file NBAlgorithms_Ramps.cpp.
| #define OFFRAMP_LOOKBACK 500 |
Definition at line 34 of file NBAlgorithms_Ramps.cpp.