SUMO - Simulation of Urban MObility
NIImporter_OpenDrive.cpp File Reference
Include dependency graph for NIImporter_OpenDrive.cpp:

Go to the source code of this file.

Macros

#define DEBUG_COND(road)   ((road)->id == "1000003")
 
#define DEBUG_COND2(edgeID)   (StringUtils::startsWith((edgeID), "2"))
 

Functions

bool operator< (const NIImporter_OpenDrive::Connection &c1, const NIImporter_OpenDrive::Connection &c2)
 

Detailed Description

Author
Daniel Krajzewicz
Jakob Erdmann
Michael Behrisch
Laura Bieker
Date
Mon, 14.04.2008
Version
$Id$

Definition in file NIImporter_OpenDrive.cpp.

Macro Definition Documentation

◆ DEBUG_COND

◆ DEBUG_COND2

#define DEBUG_COND2 (   edgeID)    (StringUtils::startsWith((edgeID), "2"))

Definition at line 61 of file NIImporter_OpenDrive.cpp.

Referenced by NIImporter_OpenDrive::loadNetwork().

Function Documentation

◆ operator<()