Eclipse 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 == "18")
 
#define DEBUG_COND2(edgeID)   (StringUtils::startsWith((edgeID), "-18."))
 
#define DEBUG_COND3(roadID)   (roadID == "18")
 

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

Definition in file NIImporter_OpenDrive.cpp.

Macro Definition Documentation

◆ DEBUG_COND

#define DEBUG_COND (   road)    ((road)->id == "18")

Definition at line 60 of file NIImporter_OpenDrive.cpp.

◆ DEBUG_COND2

#define DEBUG_COND2 (   edgeID)    (StringUtils::startsWith((edgeID), "-18."))

Definition at line 61 of file NIImporter_OpenDrive.cpp.

◆ DEBUG_COND3

#define DEBUG_COND3 (   roadID)    (roadID == "18")

Definition at line 62 of file NIImporter_OpenDrive.cpp.

Function Documentation

◆ operator<()

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

Definition at line 2369 of file NIImporter_OpenDrive.cpp.